]> git.sesse.net Git - vlc/blobdiff - configure.ac.in
* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid...
[vlc] / configure.ac.in
index 1c628544090e77a196729fc9afdafa3e54a1beec..372aa4e647eaaa0a404dc12a7d8fb71ffafffd64 100644 (file)
@@ -1601,16 +1601,6 @@ then
   CPPFLAGS_encoder_ffmpeg="${CPPFLAGS_ffmpeg}"
   dnl XXX: we don't link with -lavcodec blah blah blah
   #LDFLAGS_encoder_ffmpeg="${LDFLAGS_ffmpeg}"
-
-  dnl Add postprocessing modules
-  PLUGINS="${PLUGINS} postprocessing_c"
-  if test "x${ac_cv_mmx_inline}" != "xno"; then
-    PLUGINS="${PLUGINS} postprocessing_mmx"
-  fi
-
-  if test "x${ac_cv_mmxext_inline}" != "xno"; then
-    PLUGINS="${PLUGINS} postprocessing_mmxext"
-  fi
 fi
 
 dnl