X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=994705048ca5b4538d60e95052da95f98b763cef;hb=5ba9bf7ba159a865bb3a4ab77cc1f4098feb7935;hp=9fd748411cb419c5a2e419dfee35761120dcf24c;hpb=e7238a23d4187200bb453704e3289f0643b69632;p=vlc diff --git a/configure.ac b/configure.ac index 9fd748411c..994705048c 100644 --- a/configure.ac +++ b/configure.ac @@ -2122,6 +2122,27 @@ then VLC_ADD_PLUGIN([omxil]) fi +dnl +dnl openmax il vout plugin +dnl +AC_ARG_ENABLE(omxil-vout, + [ --enable-omxil-vout openmax il video output module (default disabled)]) +if test "${enable_omxil_vout}" = "yes" +then + VLC_ADD_PLUGIN([omxil_vout]) +fi + +dnl +dnl raspberry pi openmax il configuration +dnl +AC_ARG_ENABLE(rpi-omxil, + [ --enable-rpi-omxil openmax il configured for raspberry pi (default disabled)]) +if test "${enable_rpi_omxil}" = "yes" +then + VLC_ADD_PLUGIN([omxil omxil_vout]) + VLC_ADD_CFLAGS([omxil omxil_vout],[-DRPI_OMX]) +fi + dnl dnl CrystalHD codec plugin dnl