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:
Edward Hervey 2008-01-09 15:46:18 +00:00
parent 489502bd0b
commit 016c84228c
3 changed files with 12 additions and 6 deletions

View file

@ -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>
* gst-libs/ext/Makefile.am:

2
common

@ -1 +1 @@
Subproject commit 970759077c95ee4e85650db023ac6f974e2aa5e1
Subproject commit 49c2fc5c9bff0e9858e89978bd98164a386de51d

View file

@ -250,7 +250,8 @@ else
dnl libgstffmpeg.la: include dirs
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/libavcodec -Wno-deprecated-declarations"
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec \
-Wno-deprecated-declarations"
dnl libgstffmpeg.la: libs to statically link to
FFMPEG_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libavformat/libavformat.a \
@ -258,10 +259,10 @@ else
\$(top_builddir)/gst-libs/ext/ffmpeg/libavutil/libavutil.a \
-lz"
dnl
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/libavcodec"
POSTPROC_CFLAGS="-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libpostproc \
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavutil \
-I \$(top_srcdir)/gst-libs/ext/ffmpeg/libavcodec \
-Wno-deprecated-declarations"
dnl libgstpostproc.la: libs to statically link to
POSTPROC_LIBS="\$(top_builddir)/gst-libs/ext/ffmpeg/libpostproc/libpostproc.a \