summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-04 19:51:46 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-04 19:51:46 +0000
commitd5f8c0c2a184051688a458b834c6fe3ad6715d6d (patch)
treebc02bb202b486d82f0755ee0c4bc11b3b8804878
parentea6e0c402432c3928dd1b7b5c6691d64e399043e (diff)
downloadgst-libav-d5f8c0c2a184051688a458b834c6fe3ad6715d6d.tar.gz
configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
Original commit message from CVS: * configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
-rw-r--r--ChangeLog6
m---------common0
-rw-r--r--configure.ac3
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6e15d2..37e23f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * configure.ac:
+ Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
+ our M4 macros.
+
+2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* ffmpegrev:
Update ffmpeg rev to 16001 and update the date for the corresponding
swscale checkout.
diff --git a/common b/common
-Subproject 9a486164b87586f7b936a55b1ee56a14cd4e2c7
+Subproject a8728f3f810904c94f0b6678a7633d551514f33
diff --git a/configure.ac b/configure.ac
index e1cbc39..48deabf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,9 @@ AS_NANO(GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([ext/ffmpeg/gstffmpeg.c])
+dnl where are our m4 macros ?
+AC_CONFIG_MACRO_DIR([common/m4])
+
dnl define the output header for config
AM_CONFIG_HEADER([config.h])