Original commit message from CVS:
peep
This commit is contained in:
Thomas Vander Stichele 2002-12-02 22:34:25 +00:00
parent ff9f7c32ca
commit 886f5cc0f8
2 changed files with 6 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit f2d9b99515c73da09bfe307d273d320f79a226da
Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06

View file

@ -19,7 +19,11 @@
#include <assert.h>
#include <string.h>
#include <libav/avformat.h>
#ifdef HAVE_FFMPEG_UNINSTALLED
#include <avformat.h>
#else
#include <ffmpeg/avformat.h>
#endif
#include <gst/gst.h>