Search found 4 matches

Go to advanced search

by des
12 Jan 2010 22:40
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling VLC 1.1.0-git VCDX Error
Replies: 13
Views: 1772

Re: Compiling VLC 1.1.0-git VCDX Error

ich have sent a patch

it's in the repository under 76f6410c0c6b37f5d582646eafacd8e4ffb24c16

http://git.videolan.org/gitweb.cgi/vlc. ... e4ffb24c16

please update your local repository
by des
12 Jan 2010 12:38
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling VLC 1.1.0-git VCDX Error
Replies: 13
Views: 1772

Re: Compiling VLC 1.1.0-git VCDX Error

on 6th january vcdinfo changed to libvcdinfo some items must also be renamed diff in codesection works on my system, no more additional libs or frameworks needed diff --git a/configure.ac b/configure.ac index 356f631..851d588 100644 --- a/configure.ac +++ b/configure.ac @@ -2488,7 +2488,7 @@ then [D...
by des
11 Jan 2010 17:22
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling VLC 1.1.0-git VCDX Error
Replies: 13
Views: 1772

Re: Compiling VLC 1.1.0-git VCDX Error

add framework DiskArbitration.
in vlc-config:

vcdx)
cflags="${cflags} "
ldflags="${ldflags} -Wl,-framework,IOKit,-framework,CoreFoundation,-framework,DiskArbitration"
libs="${libs} -liconv -lvcdinfo -liso9660 -lcdio"
by des
03 Jul 2009 10:06
Forum: VLC media player for macOS Troubleshooting
Topic: Compiling contrib package 10.5.7
Replies: 3
Views: 2160

Re: Compiling contrib package 10.5.7

in extras/contrib/src/patches/theora.patch i have changed the line + EXTRAS_CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops" to + EXTRAS_CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funr...

Go to advanced search