]> git.sesse.net Git - vlc/blobdiff - configure.ac
Fixed uninitialized value for ADTS stream.
[vlc] / configure.ac
index 742972af3feb9522492a6d0ab56f0d8ed810c06b..c4d6a11c862a8a2f61fae61bb2faf7d35cfb2bbc 100644 (file)
@@ -184,6 +184,7 @@ case "${host_os}" in
     VLC_ADD_LDFLAGS([mp4], [-framework IOKit -framework CoreFoundation])
     VLC_ADD_LDFLAGS([mkv mp4], [-framework IOKit -framework CoreFoundation])
     VLC_ADD_CFLAGS([libvlc vlc],[-x objective-c])
+    VLC_ADD_LDFLAGS([vlc],[-undefined dynamic_lookup])
     ;;
   *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
     AC_CHECK_TOOL(WINDRES, windres, :)