summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2007-12-13 12:45:06 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2007-12-13 12:45:06 +0000
commit334b512629cc91ea21b0ae32f0b9b6d980059c18 (patch)
tree956efa64741b9b5b4a3e25071dc1f8326c1f46b3 /configure.ac
parent9adb4f78700ae4a55416fd024d9ca5fea3f5ccbe (diff)
downloadgst-plugins-bad-334b512629cc91ea21b0ae32f0b9b6d980059c18.tar.gz
gst-plugins-bad-334b512629cc91ea21b0ae32f0b9b6d980059c18.tar.bz2
gst-plugins-bad-334b512629cc91ea21b0ae32f0b9b6d980059c18.zip
Added a test application. Added some EXIF tags. Fixed a muxer bug.
Original commit message from CVS: Added a test application. Added some EXIF tags. Fixed a muxer bug.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f889f922..695a7779 100644
--- a/configure.ac
+++ b/configure.ac
@@ -515,7 +515,7 @@ AG_GST_CHECK_FEATURE(METADATA, [METADATA muxer and demuxer], metadata, [
], HAVE_XMP="no")
if test x$HAVE_EXIF = xyes; then
METADATA_CFLAGS="-DHAVE_EXIF $EXIF_CFLAGS $METADATA_CFLAGS"
- METADATA_LIBS="$EXIF_LIBS $METADATA_LIBS"
+ METADATA_LIBS="$EXIF_LIBS $METADATA_LIBS -lm"
HAVE_METADATA="yes"
fi
if test x$HAVE_IPTC = xyes; then