Commit fd76c276 authored by Clément Stenac's avatar Clément Stenac

Link cdda with iconv on osx

parent 41413189
......@@ -2047,7 +2047,7 @@ then
then
VLC_ADD_PLUGINS([vcd cdda])
VLC_ADD_LDFLAGS([vcd vcdx cdda cddax],[-framework IOKit -framework CoreFoundation])
VLC_ADD_LDFLAGS([vcdx cddax],[-liconv])
VLC_ADD_LDFLAGS([vcdx cddax cdda],[-liconv])
fi
if test "$enable_libcddb" != "no"; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment