[vlc-devel] commit: Get rid of VLCADD_BUILTINS (Christophe Mutricy )
Geoffroy Couprie
geo.couprie at gmail.com
Thu Jul 31 12:08:13 CEST 2008
On Wed, Jul 30, 2008 at 2:01 AM, git version control <git at videolan.org> wrote:
> vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Jul 30 00:43:11 2008 +0100| [7e32f4f28b699f1126865e343fb4690aed3988cf]
>
> Get rid of VLCADD_BUILTINS
>
> Refs #1696
> Not deeply tested
> Completly not tested for beos, tarkin, wince
>
> @@ -4914,7 +4895,7 @@ AC_ARG_ENABLE(wince,
> [ --enable-wince Windows CE interface (default enabled with MinGW)])
> if test "${enable_wince}" != "no"; then
> if test "${SYS}" = "mingwce"; then
> - VLC_ADD_BUILTINS([wince])
> + VLC_ADD_PLUGIN([wince])
> VLC_ADD_CXXFLAGS([wince],[])
> VLC_ADD_LIBS([wince],[-lcommctrl -lcommdlg -laygshell])
> dnl Gross hack
>
No problem on WinCE, I changed this line in my repo at the beginning
of SoC, and it works fine.
More information about the vlc-devel
mailing list