diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2007-10-30 12:49:04 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2007-10-30 12:49:04 +0000 |
commit | 6836fdea8367cdcaea53505a5a9ff93909b103d8 (patch) | |
tree | 16ad762758e018b0707e21df01848fdf67d1ef00 /ext/Makefile.am | |
parent | 7f30d23b0c735baad9670fb2c8973fcbe72a41bf (diff) | |
download | gst-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.am | 7 |
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 \ |