[SOLVED] cross compil arm support mp4v
Posted: 10 Sep 2007 16:55
I finally manage to build vlc for arm by removing a lot of options (cf viewtopic.php?f=13&t=36930&hilit=):
I would like to play mp4 file (? codec are not my speciality as well as cross compilation )
Ta
Code: Select all
--disable-mad \
--disable-ffmpeg \
--disable-a52 \
--disable-libmpeg2 \
--disable-hal \
--disable-dbus \
--disable-dvdnav \
--disable-libcddb \
--disable-x11 \
--disable-glx \
--disable-xvideo \
--disable-xinerama \
--disable-opengl \
--disable-screen \
--disable-bonjour \
--disable-qt4 \
--disable-skins2 \
--disable-taglib \
--disable-freetype \
--disable-lua
What option/library should i use ? (plz don't tell me ffmpeg as I can manage to compil it )main decoder error eror: no suitable decoder module for fourcc 'mp4v'
Ta