]> git.sesse.net Git - vlc/commitdiff
Fixed VCD detection under MacOS X.
authorChristophe Massiot <massiot@videolan.org>
Tue, 15 Oct 2002 23:00:55 +0000 (23:00 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 15 Oct 2002 23:00:55 +0000 (23:00 +0000)
Makefile
configure.in

index b0b3979b1299e2954eba77c8b8742dbd04708f2c..c93fcbf843c3963aa1ab1909232b29bfcb26e554 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -350,7 +350,7 @@ dist:
                echo "OK."; mkdir tmp; \
        fi
        # Copy directory structure in tmp
-       find -type d | grep -v '\(\.dep\|snapshot\|CVS\)' | while read i ; \
+       find -type d | grep -v '\(\.dep\|snapshot\|CVS\)' | while read i ; \
                do mkdir -p tmp/vlc/$$i ; \
        done
        rm -Rf tmp/vlc/tmp
index f229200e2300d5b824e98481278e25213ff7bc2c..2af51d986e7e60a913eccb492cb74c15f1433093 100644 (file)
@@ -844,7 +844,7 @@ then
 
   if test "x${SYS}" = "xdarwin"
   then
-    # No need to add vcd to PLUGINS, Darwin is already based on FreeBSD
+    PLUGINS="${PLUGINS} vcd"
     vcd_LDFLAGS="${vcd_LDFLAGS} -framework IOKit -framework CoreFoundation" 
   fi
 fi