Author: bcoudurier Date: Mon Jun 2 20:36:58 2008 New Revision: 2327 Log: fix header path
Modified: dvbmuxer/mpegpes.h Modified: dvbmuxer/mpegpes.h ============================================================================== --- dvbmuxer/mpegpes.h (original) +++ dvbmuxer/mpegpes.h Mon Jun 2 20:36:58 2008 @@ -28,7 +28,7 @@ #define AVFORMAT_MPEG_PES_H #include "avformat.h" -#include "fifo.h" +#include "libavutil/fifo.h" #define PES_FMT_MPEG2 0x01 #define PES_FMT_VCD 0x02 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
