mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
configure.ac: postproc needs some headers present in libavcodec/*.h
Original commit message from CVS: * configure.ac: postproc needs some headers present in libavcodec/*.h
This commit is contained in:
parent
489502bd0b
commit
016c84228c
3 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-01-09 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
postproc needs some headers present in libavcodec/*.h
|
||||||
|
|
||||||
2008-01-09 Stefan Kost <ensonic@users.sf.net>
|
2008-01-09 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst-libs/ext/Makefile.am:
|
* gst-libs/ext/Makefile.am:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 970759077c95ee4e85650db023ac6f974e2aa5e1
|
Subproject commit 49c2fc5c9bff0e9858e89978bd98164a386de51d
|
|
@ -250,7 +250,8 @@ else
|
||||||
dnl libgstffmpeg.la: include dirs
|
dnl libgstffmpeg.la: include dirs
|
||||||
FFMPEG_CFLAGS="-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavformat \
|
FFMPEG_CFLAGS="-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavformat \
|
||||||
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \
|
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \
|
||||||
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec -Wno-deprecated-declarations"
|
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec \
|
||||||
|
-Wno-deprecated-declarations"
|
||||||
|
|
||||||
dnl libgstffmpeg.la: libs to statically link to
|
dnl libgstffmpeg.la: libs to statically link to
|
||||||
FFMPEG_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.a \
|
FFMPEG_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.a \
|
||||||
|
@ -259,9 +260,9 @@ else
|
||||||
-lz"
|
-lz"
|
||||||
dnl
|
dnl
|
||||||
POSTPROC_CFLAGS="-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libpostproc \
|
POSTPROC_CFLAGS="-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libpostproc \
|
||||||
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavformat \
|
|
||||||
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \
|
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \
|
||||||
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec"
|
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec \
|
||||||
|
-Wno-deprecated-declarations"
|
||||||
|
|
||||||
dnl libgstpostproc.la: libs to statically link to
|
dnl libgstpostproc.la: libs to statically link to
|
||||||
POSTPROC_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libpostproc/libpostproc.a \
|
POSTPROC_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libpostproc/libpostproc.a \
|
||||||
|
|
Loading…
Reference in a new issue