Improved mp3 support.
[lms] / lightmediascanner / src / plugins / Makefile.am
index 9f09351..bb22f06 100644 (file)
@@ -14,10 +14,6 @@ if USE_MODULE_PNG
 SUBDIRS += png
 endif
 
-if USE_MODULE_ID3LIB
-SUBDIRS += id3lib
-endif
-
 if USE_MODULE_VIDEO_DUMMY
 SUBDIRS += video-dummy
 endif
@@ -38,13 +34,37 @@ if USE_MODULE_OGG
 SUBDIRS += ogg
 endif
 
+if USE_MODULE_ASF
+SUBDIRS += asf
+endif
+
+if USE_MODULE_RM
+SUBDIRS += rm
+endif
+
+if USE_MODULE_MP4
+SUBDIRS += mp4
+endif
+
+if USE_MODULE_ID3
+SUBDIRS += id3
+endif
+
+if USE_MODULE_FLAC
+SUBDIRS += flac
+endif
+
 DIST_SUBDIRS = \
        dummy \
        jpeg \
        png \
-       id3lib \
        video-dummy \
        audio-dummy \
        m3u \
        ogg \
-       pls
+       pls \
+       asf \
+       rm \
+       mp4 \
+       id3 \
+       flac