Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
a5e1967045
3 changed files with 2 additions and 33 deletions
  1. +0
    -2
      package/public/vlc/vlc.conf
  2. +2
    -2
      package/public/vlc/vlc.desc
  3. +0
    -29
      package/public/vlc/wxwidgets.patch

+ 0
- 2
package/public/vlc/vlc.conf

@ -23,8 +23,6 @@
pkginstalled libdvdread && var_append confopt ' ' '--enable-dvdread'
pkginstalled wxwidgets || var_append confopt ' ' '--disable-wxwidgets'
pkginstalled ffmpeg && export LIBS="$LIBS -lpostproc"
pkginstalled faad2 && var_append confopt ' ' '--enable-faad'
pkginstalled ncurses && var_append confopt ' ' '--enable-ncurses'
pkginstalled flac && var_append confopt ' ' '--enable-flac'

+ 2
- 2
package/public/vlc/vlc.desc

@ -41,7 +41,7 @@
[L] GPL
[S] Alpha
[V] 0.8.4a
[V] 0.8.5
[P] X -?---5---9 206.200
[D] 463898809 vlc-0.8.4a.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.8.4a/
[D] 2703643018 vlc-0.8.5.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.8.5/

+ 0
- 29
package/public/vlc/wxwidgets.patch

@ -1,29 +0,0 @@
--- ./modules/gui/wxwidgets/open.cpp~ 2005-12-11 22:36:20.000000000 +0100
+++ ./modules/gui/wxwidgets/open.cpp 2006-01-18 17:56:19.000000000 +0100
@@ -1334,7 +1334,7 @@
{
char **ppsz_cd_drives;
const wxWX2MBbuf tmp_buf = wxConvCurrent->cWX2MB(device);
- char *psz_device = const_cast<char *>(tmp_buf.data());
+ char *psz_device = const_cast<char *>(tmp_buf);
if( IsDVD(psz_device) )
{
@@ -1404,7 +1404,7 @@
{
char *ppsz_device[2];
const wxWX2MBbuf tmp_buf = wxConvCurrent->cWX2MB(device);
- char *psz_device = const_cast<char *>(tmp_buf.data());
+ char *psz_device = const_cast<char *>(tmp_buf);
ppsz_device[0] = (device && *device) ? psz_device : NULL;
ppsz_device[1] = NULL;
return ProbeDevice(ppsz_device, CDIO_FS_AUDIO, false);
@@ -1417,7 +1417,7 @@
{
char *ppsz_device[2];
const wxWX2MBbuf tmp_buf = wxConvCurrent->cWX2MB(device);
- char *psz_device = const_cast<char *>(tmp_buf.data());
+ char *psz_device = const_cast<char *>(tmp_buf);
ppsz_device[0] = (device && *device) ? psz_device : NULL;
ppsz_device[1] = NULL;
return ProbeDevice(ppsz_device,

Loading…
Cancel
Save