Search found 5 matches

Go to advanced search

by Pat99
03 Oct 2011 23:25
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.2 and Blu-ray on Mac OSX Lion
Replies: 14
Views: 7221

Re: VLC 1.2 and Blu-ray on Mac OSX Lion

This: PKG_CONFIG_PATH=~/Desktop/Works/libbluray/src ./configure --enable-debug --build=$TARGET --with-macosx-sdk=/Developer/SDKs/MacOSX10.7.sdk --enable-macosx --disable-nls --enable-bluray ... generate a build with libbluray included as shown below: $ ./vlc --list | grep bluray VLC media player 1.2...
by Pat99
01 Oct 2011 03:05
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.2 and Blu-ray on Mac OSX Lion
Replies: 14
Views: 7221

Re: VLC 1.2 and Blu-ray on Mac OSX Lion

Looks to me like you are stuck at the same place: <no access_demux module matched "bluray"> seems to say that the bluray module is not built/loaded even with --enable-bluray and no error during compile. Also on mine, vlc --list or vlc -p bluray do not list any bluray module. My logs trying...
by Pat99
27 Sep 2011 04:03
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.2 and Blu-ray on Mac OSX Lion
Replies: 14
Views: 7221

Re: VLC 1.2 and Blu-ray on Mac OSX Lion

Successfully built VLC 1.2 using the following: git clone git://git.videolan.org/vlc.git --depth 1 cd vlc TARGET=x86_64-apple-darwin10 export CC=/Developer/usr/bin/llvm-gcc-4.2 export CXX=/Developer/usr/bin/llvm-g++-4.2 export OBJC=/Developer/usr/bin/llvm-gcc-4.2 cd extras/contrib ./bootstrap -t $TA...
by Pat99
25 Sep 2011 22:11
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.2 and Blu-ray on Mac OSX Lion
Replies: 14
Views: 7221

Re: VLC 1.2 and Blu-ray on Mac OSX Lion

Makes sense :-)

I'll give a try at compiling my own version with bluray module... and will report my results.

Thanks,

Patrice
by Pat99
24 Sep 2011 23:37
Forum: VLC media player for macOS Troubleshooting
Topic: VLC 1.2 and Blu-ray on Mac OSX Lion
Replies: 14
Views: 7221

VLC 1.2 and Blu-ray on Mac OSX Lion

Hi, I saw some references to VLC 1.2 supporting Blu-ray and decided to give a try to latest nightly build: - MacBook Air July 2011 with MacOSX Lion - USB Blu-ray reader: MATSHITA BD-CMB UJ141AL - VLC 1.2 from vlc-git-intel-20110924-0009.zip and vlc-git-intel64-20110924-0110.zip (same result with 32 ...

Go to advanced search