mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-26 07:56:38 +00:00
includes are in top_srcdir
Original commit message from CVS: includes are in top_srcdir
This commit is contained in:
parent
33bc78bfe5
commit
feed1dcd9c
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ libgstffmpeg_la_SOURCES = gstffmpeg.c \
|
|||
gstffmpegprotocol.c
|
||||
|
||||
libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) \
|
||||
-I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec \
|
||||
-I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat
|
||||
-I $(top_srcdir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec \
|
||||
-I $(top_srcdir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat
|
||||
libgstffmpeg_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/ext/ffmpeg/libavcodec.la \
|
||||
$(top_builddir)/gst-libs/ext/ffmpeg/libavformat.la
|
||||
|
|
Loading…
Reference in a new issue