mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
Use ffmpeg libraries build by local automake Makefiles
Original commit message from CVS: Use ffmpeg libraries build by local automake Makefiles
This commit is contained in:
parent
8a35cf6b64
commit
5c28dc809e
2 changed files with 3 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 6757dae2885c2c09ad6db243c73946ef387bb044
|
||||
Subproject commit b4a839c99c0bf2d4903824426ef3cc0d4b0ad992
|
|
@ -13,8 +13,8 @@ libgstffmpeg_la_CFLAGS = $(GST_CFLAGS) \
|
|||
-I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec \
|
||||
-I $(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat
|
||||
libgstffmpeg_la_LIBADD = \
|
||||
$(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavcodec/libavcodec.a \
|
||||
$(top_builddir)/gst-libs/ext/ffmpeg/ffmpeg/libavformat/libavformat.a
|
||||
$(top_builddir)/gst-libs/ext/ffmpeg/libavcodec.la \
|
||||
$(top_builddir)/gst-libs/ext/ffmpeg/libavformat.la
|
||||
|
||||
libgstffmpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue