[vlc-devel] [PATCH] setting the logo-file in rc
Jean First
jeanfirst at gmail.com
Tue Aug 25 23:33:52 CEST 2009
solves http://trac.videolan.org/vlc/ticket/2606
logo.c sets up a new variable as VLC_VAR_STRING (i_type: 0x0040),
__var_Create inserts the variable and finds out that it's the wrong
type, should be VLC_VAR_FILE (i_type: 0x0042). Maybe the wrong way to
solve it, but it works.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-setting-logo-file-variable-on-rc.patch
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090825/e1db6151/attachment.ksh>
More information about the vlc-devel
mailing list