]> git.sesse.net Git - vlc/blobdiff - configure.ac
shine: Forward port of fixed integer MP3 encoder.
[vlc] / configure.ac
index eba8e6facd132d6ffd7f5775ffae36128fe44a38..33402285f90754c8a86c5359b92a70ed95f421bb 100644 (file)
@@ -2902,6 +2902,16 @@ then
   VLC_ADD_PLUGIN([wma_fixed])
 fi
 
+dnl
+dnl shine fixed point mp3 encoder
+dnl
+AC_ARG_ENABLE(shine,
+  [  --enable-shine          shine mp3 encoding module (default disabled)])
+if test "${enable_shine}" = "yes"
+then
+  VLC_ADD_PLUGIN([shine])
+fi
+
 dnl
 dnl  mad plugin
 dnl
@@ -5917,6 +5927,7 @@ AC_CONFIG_FILES([
   modules/codec/avcodec/Makefile
   modules/codec/cmml/Makefile
   modules/codec/dmo/Makefile
+  modules/codec/shine/Makefile
   modules/codec/subtitles/Makefile
   modules/codec/spudec/Makefile
   modules/codec/wmafixed/Makefile