[vlc-commits] configure.ac: remove previous mmal virtual plugin

Alexandre Janniaux git at videolan.org
Mon Mar 15 12:57:38 UTC 2021


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Sat Mar 13 18:07:53 2021 +0100| [8e3b8b91b032d302a583c996a57a85fb7a870a98] | committer: Alexandre Janniaux

configure.ac: remove previous mmal virtual plugin

The plugin's values are not used anymore.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e3b8b91b032d302a583c996a57a85fb7a870a98
---

 configure.ac | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index decb95652e..ce7e36f186 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3768,10 +3768,6 @@ if test "${enable_mmal}" != "no"; then
   AC_CHECK_HEADERS([interface/mmal/mmal.h],
     [ AC_CHECK_LIB([bcm_host], [vc_tv_unregister_callback_full], [
         have_mmal="yes"
-        VLC_ADD_PLUGIN([mmal])
-        VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ])
-        VLC_ADD_CFLAGS([mmal],[ -isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/pthreads -isystem /opt/vc/include/interface/vmcs_host/linux ])
-        VLC_ADD_LIBS([mmal],[ -lbcm_host -lmmal -lmmal_core -lmmal_components -lmmal_util -lvchostif -lvcsm -lvchiq_arm ])
         MMAL_CFLAGS="-isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/pthreads -isystem /opt/vc/include/interface/vmcs_host/linux"
         MMAL_LIBS="-L/opt/vc/lib -lbcm_host -lmmal -lmmal_core -lmmal_components -lmmal_util -lvchostif -lvcsm -lvchiq_arm"
         ],[



More information about the vlc-commits mailing list