Author: gkovacs Date: Mon Jul 13 00:30:28 2009 New Revision: 4689 Log: fixed concat.h include
Modified: concat/ffmpeg.c.diff Modified: concat/ffmpeg.c.diff ============================================================================== --- concat/ffmpeg.c.diff Mon Jul 13 00:29:27 2009 (r4688) +++ concat/ffmpeg.c.diff Mon Jul 13 00:30:28 2009 (r4689) @@ -1,12 +1,12 @@ diff --git a/ffmpeg.c b/ffmpeg.c -index 22bfed8..04e6e5c 100644 +index 22bfed8..6f2abb3 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -70,6 +70,8 @@ #undef exit -+#include "libavformat/concat.h" ++#include "libavformat/playlist.h" + const char program_name[] = "FFmpeg"; const int program_birth_year = 2000; _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
