]> git.sesse.net Git - vlc/blobdiff - configure.ac
wayland/shm: reorient the video in the compositor
[vlc] / configure.ac
index d910dc9e88b24221ed972a37ac7c8dad82907e5c..3f5318697c5002cc28cbdde76988cc138d7070d3 100644 (file)
@@ -701,9 +701,9 @@ dnl Check for dynamic plugins
 LIBDL=""
 have_dynamic_objects="no"
 VLC_SAVE_FLAGS
-AC_SEARCH_LIBS(dlopen, [dl svld], [
-  AS_IF([test "$ac_cv_search_dlopen" != "none required"], [
-    LIBDL="$ac_cv_search_dlopen"
+AC_SEARCH_LIBS(dlsym, [dl svld], [
+  AS_IF([test "$ac_cv_search_dlsym" != "none required"], [
+    LIBDL="$ac_cv_search_dlsym"
   ])
   have_dynamic_objects="yes"
 ])
@@ -4263,9 +4263,7 @@ AC_CONFIG_FILES([
   modules/stream_out/Makefile
   modules/text_renderer/Makefile
   modules/video_filter/Makefile
-  modules/video_output/Makefile
   modules/visualization/Makefile
-  modules/hw/vdpau/Makefile
   modules/hw/mmal/Makefile
 ])