mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
configure.ac: Fix doc-building and make dist.
Original commit message from CVS: * configure.ac: Fix doc-building and make dist.
This commit is contained in:
parent
673df6d238
commit
78da51435c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
Fix doc-building and make dist.
|
||||
|
||||
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* gst-libs/ext/Makefile.am:
|
||||
|
|
|
@ -82,8 +82,10 @@ AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
|
|||
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
||||
|
||||
dnl check for documentation tools
|
||||
AG_GST_DOCBOOK_CHECK
|
||||
GTK_DOC_CHECK([1.3])
|
||||
AS_PATH_PYTHON([2.1])
|
||||
AG_GST_PLUGIN_DOCS([1.3],[2.1])
|
||||
|
||||
dnl *** checks for libraries ***
|
||||
|
||||
|
@ -247,7 +249,7 @@ if test "x$with_system_ffmpeg" = "xyes"; then
|
|||
sleep 15
|
||||
else
|
||||
|
||||
source ./ffmpegrev
|
||||
source ./ffmpegrev
|
||||
|
||||
AC_MSG_NOTICE([Using ffmpeg revision $FFMPEG_REVISION])
|
||||
|
||||
|
|
Loading…
Reference in a new issue