From 6836fdea8367cdcaea53505a5a9ff93909b103d8 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Tue, 30 Oct 2007 12:49:04 +0000 Subject: 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). --- ext/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ext/Makefile.am') 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 \ -- cgit v1.2.1