mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
peep
Original commit message from CVS: peep
This commit is contained in:
parent
ff9f7c32ca
commit
886f5cc0f8
2 changed files with 6 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit f2d9b99515c73da09bfe307d273d320f79a226da
|
Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06
|
|
@ -19,7 +19,11 @@
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.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>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue