summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2007-10-30 12:49:04 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2007-10-30 12:49:04 +0000
commit6836fdea8367cdcaea53505a5a9ff93909b103d8 (patch)
tree16ad762758e018b0707e21df01848fdf67d1ef00 /ext/Makefile.am
parent7f30d23b0c735baad9670fb2c8973fcbe72a41bf (diff)
downloadgst-plugins-bad-6836fdea8367cdcaea53505a5a9ff93909b103d8.tar.gz
gst-plugins-bad-6836fdea8367cdcaea53505a5a9ff93909b103d8.tar.bz2
gst-plugins-bad-6836fdea8367cdcaea53505a5a9ff93909b103d8.zip
Created new plugin ('medadata') and element ('metadataparse') that extract metadata from images (look at bug #486659).
Original commit message from CVS: Created new plugin ('medadata') and element ('metadataparse') that extract metadata from images (look at bug #486659).
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index d5cf99fd..a777e108 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -76,6 +76,12 @@ else
DTS_DIR=
endif
+if USE_METADATA
+METADATA_DIR=metadata
+else
+METADATA_DIR=
+endif
+
if USE_FAAC
FAAC_DIR=faac
else
@@ -322,6 +328,7 @@ DIST_SUBDIRS = \
cdaudio \
dc1394 \
directfb \
+ metadata \
faac \
faad \
gio \