mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
More parser-inc files to get latest ffmpeg on win working correctly
This commit is contained in:
parent
7f498f68d4
commit
71518c50e5
@ -10,13 +10,15 @@
|
|||||||
hxcomm.h hxcore.h hxengin.h hxerror.h hxfiles.h hxtbuf.h \
|
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 \
|
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 \
|
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 \
|
intfloat_readwrite.h mathematics.h rational.h rtp.h \
|
||||||
rtsp.h rtspcodes.h setjmp.h winsock2.h \
|
rtsp.h rtspcodes.h setjmp.h winsock2.h \
|
||||||
ode/ode.h collision_trimesh.h artools.h \
|
ode/ode.h collision_trimesh.h artools.h \
|
||||||
NxPhysics.h cloth/NxCloth.h fluids/NxFluid.h \
|
NxPhysics.h cloth/NxCloth.h fluids/NxFluid.h \
|
||||||
netinet/tcp.h netinet/ip.h sys/socket.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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
4
dtool/src/parser-inc/libavutil/avutil.h
Normal file
4
dtool/src/parser-inc/libavutil/avutil.h
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#ifndef AVUTIL_H
|
||||||
|
#define AVUTIL_H
|
||||||
|
|
||||||
|
#endif /* AVUTIL_H */
|
3
dtool/src/parser-inc/libswscale/swscale.h
Normal file
3
dtool/src/parser-inc/libswscale/swscale.h
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#ifndef SWSCALE_SWSCALE_H
|
||||||
|
#define SWSCALE_SWSCALE_H
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user