From: Rocky Bernstein Date: Fri, 12 Mar 2004 02:52:27 +0000 (+0000) Subject: One less change to make this work on Darwin. X-Git-Tag: 0.7.2~695 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fb9c17a94f76c2cd79cfb1ba9637d9e728cdb406;p=vlc One less change to make this work on Darwin. --- diff --git a/configure.ac b/configure.ac index 8642818a4e..ef70165ebb 100644 --- a/configure.ac +++ b/configure.ac @@ -1629,7 +1629,7 @@ then if test "${SYS}" = "darwin" then AX_ADD_PLUGINS([vcd cdda]) - AX_ADD_LDFLAGS([vcd cdda],[-framework IOKit -framework CoreFoundation]) + AX_ADD_LDFLAGS([vcd vcdx cdda],[-framework IOKit -framework CoreFoundation]) fi fi