From bc1ab0a26d3eafd2949198de7f1fb593bc8aee71 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Tue, 15 Oct 2002 23:00:55 +0000 Subject: [PATCH] Fixed VCD detection under MacOS X. --- Makefile | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b0b3979b12..c93fcbf843 100644 --- 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 diff --git a/configure.in b/configure.in index f229200e23..2af51d986e 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2