mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
dnl'd ffmpeg/Makefile
Original commit message from CVS: dnl'd ffmpeg/Makefile
This commit is contained in:
parent
2ee27e3b1f
commit
b878495d66
1 changed files with 4 additions and 1 deletions
|
@ -83,6 +83,9 @@ else
|
|||
HAVE_NASM="yes"
|
||||
fi
|
||||
|
||||
dnl Check for pkgconfig
|
||||
AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, true, false)
|
||||
|
||||
dnl check for gtkdoc
|
||||
AC_CHECK_PROG(HAVE_GTK_DOC, gtkdoc-mkdb, true, false)
|
||||
AC_CHECK_PROG(HAVE_GTK_DOC, gtkdoc-scanobj, :, false)
|
||||
|
@ -1221,7 +1224,7 @@ plugins/rtp/Makefile
|
|||
plugins/rtp/rtpsend/Makefile
|
||||
plugins/mulaw/Makefile
|
||||
plugins/alaw/Makefile
|
||||
plugins/ffmpeg/Makefile
|
||||
dnl until ffmpeg is handled by configure plugins/ffmpeg/Makefile
|
||||
plugins/filters/Makefile
|
||||
plugins/filters/smooth/Makefile
|
||||
plugins/filters/median/Makefile
|
||||
|
|
Loading…
Reference in a new issue