[vlc-devel] commit: WinCE: add modules to build (Geoffroy Couprie )

git version control git at videolan.org
Tue Jan 27 18:32:46 CET 2009


vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Tue Jan 27 18:24:06 2009 +0100| [111faffeab952769810b8cf5000a1b91b96996e3] | committer: Geoffroy Couprie 

WinCE: add modules to build

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

 configure.ac |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index bbfa714..f1b844c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1182,6 +1182,28 @@ if test "${SYS}" != "mingwce"; then
   ALIASES="${ALIASES} rvlc"
 fi
 
+if test "${SYS}" = "mingwce"; then
+  VLC_ADD_PLUGIN([chain])
+  VLC_ADD_PLUGIN([aout_file])
+  VLC_ADD_PLUGIN([linear_resampler])
+  VLC_ADD_PLUGIN([bandlimited_resampler])
+  VLC_ADD_PLUGIN([float32_mixer])
+  VLC_ADD_PLUGIN([spdif_mixer])
+  VLC_ADD_PLUGIN([simple_channel_mixer])
+  VLC_ADD_PLUGIN([headphone_channel_mixer])
+  VLC_ADD_PLUGIN([normvol])
+  VLC_ADD_PLUGIN([converter_float])
+  VLC_ADD_PLUGIN([a52tospdif])
+  VLC_ADD_PLUGIN([dtstospdif])
+  VLC_ADD_PLUGIN([audio_format])
+  VLC_ADD_PLUGIN([i420_yuy2])
+  VLC_ADD_PLUGIN([i422_yuy2])
+  VLC_ADD_PLUGIN([i420_ymga])
+  VLC_ADD_PLUGIN([i422_i420])
+  VLC_ADD_PLUGIN([yuy2_i422])
+  VLC_ADD_PLUGIN([yuy2_i420])
+fi
+
 dnl
 dnl Some plugins aren't useful on some platforms
 dnl




More information about the vlc-devel mailing list