More parser-inc files to get latest ffmpeg on win working correctly

This commit is contained in:
rdb 2009-07-06 07:09:16 +00:00
parent 7f498f68d4
commit 71518c50e5
3 changed files with 11 additions and 2 deletions

View File

@ -10,13 +10,15 @@
hxcomm.h hxcore.h hxengin.h hxerror.h hxfiles.h hxtbuf.h \
hxtbuff.h hxwin.h Python.h py_panda.h Cg/cg.h Cg/cgGL.h \
cv.h cvtypes.h cxcore.h cxerror.h cxtypes.h highgui.h \
avcodec.h avformat.h avio.h avutil.h integer.h \
avcodec.h avformat.h avio.h avutil.h swscale.h integer.h \
intfloat_readwrite.h mathematics.h rational.h rtp.h \
rtsp.h rtspcodes.h setjmp.h winsock2.h \
ode/ode.h collision_trimesh.h artools.h \
NxPhysics.h cloth/NxCloth.h fluids/NxFluid.h \
netinet/tcp.h netinet/ip.h sys/socket.h \
rfftw.h libtar.h malloc.h ucontext.h ctype.h
rfftw.h libtar.h malloc.h ucontext.h ctype.h \
libavutil/avutil.h libavformat/avformat.h \
libavcodec/avcodec.h libswscale/swscale.h

View File

@ -0,0 +1,4 @@
#ifndef AVUTIL_H
#define AVUTIL_H
#endif /* AVUTIL_H */

View File

@ -0,0 +1,3 @@
#ifndef SWSCALE_SWSCALE_H
#define SWSCALE_SWSCALE_H
#endif