Search found 10 matches

Go to advanced search

by Hachaso
29 Sep 2011 10:25
Forum: Development around libVLC
Topic: Cross compile for ARM problems
Replies: 1
Views: 257

Cross compile for ARM problems

Hi!

I'm wondering if the Wiki related to cross compiling for ARM is updated. It seems that the information there is quite old.
Has anyone successfully managed to build libVLC for ARM?

Any hints how to configure the build to get it working?
by Hachaso
28 Sep 2011 14:06
Forum: Development around libVLC
Topic: Build LibVLC for ARM on MAC
Replies: 5
Views: 1275

Re: Build LibVLC for ARM on MAC

I'm really new at this. Could you maybe explain how to configure so that I can build for ARM on my MAC OS X ?
by Hachaso
28 Sep 2011 11:27
Forum: Development around libVLC
Topic: Build LibVLC for ARM on MAC
Replies: 5
Views: 1275

Re: Build LibVLC for ARM on MAC

My config.mak file in the extras/contrib folder looks like this before I run make: # Automatically generated by bootstrap. # Make changes if you know what you're doing. ARCH = BUILD = i686-apple-darwin10 HOST = i686-apple-darwin10 PREFIX = /Users/bcalpe/programming/vlc-1.1.11/extras/contrib/hosts/nt...
by Hachaso
28 Sep 2011 10:37
Forum: Development around libVLC
Topic: Build LibVLC for ARM on MAC
Replies: 5
Views: 1275

Re: Build LibVLC for ARM on MAC

How do you specify with the bootstrap to point to the correct ARM compiler ?
by Hachaso
27 Sep 2011 14:31
Forum: Development around libVLC
Topic: Build LibVLC for ARM on MAC
Replies: 5
Views: 1275

Build LibVLC for ARM on MAC

Hi! I'm trying to build libVLC for ARM on my MAC OS X computer. I first go to the extras/contrib folder and type: ./bootstrap arm-eabi unix I suppose that line means that I want to build for ARM building on UNIX(my MAC OS X). Is this correct? Later I type: make This gives me some errors. make make -...
by Hachaso
22 Sep 2011 13:52
Forum: Development around libVLC
Topic: BUILD LibVLC on QNX
Replies: 6
Views: 1020

Re: BUILD LibVLC on QNX

What is the VLC contrib system?? I have tried to build libmad for QNX using QCC. I manage to rung ./configure with all the parameters and point out my QCC. When I make I get these errors: synth.c: In function 'dct32': synth.c:218: error: impossible constraint in 'asm' synth.c:219: error: impossible ...
by Hachaso
16 Sep 2011 09:56
Forum: Development around libVLC
Topic: BUILD LibVLC on QNX
Replies: 6
Views: 1020

Re: BUILD LibVLC on QNX

Do I need to install the libmad lib on my Mac OS X.. or build it from source and install it on my MAC?
Will that really work on QNX as well?
by Hachaso
15 Sep 2011 16:08
Forum: Development around libVLC
Topic: BUILD LibVLC on QNX
Replies: 6
Views: 1020

BUILD LibVLC on QNX

Hi! I'm trying to get libVLC to build on QNX. when I run ./configure CC=ntoarm-gcc --host=arm-unknown-nto-qnx6.5.0 --target=arm-unknown-nto-qnx6.5.0 CXX=arm-unknown-nto-qnx6.5.0-g++ CFLAGS=-static CXXFLAGS=-static --disable-lua I get configure: error: Could not find libmad on your system: you may ge...
by Hachaso
05 May 2011 20:58
Forum: Development around libVLC
Topic: Build only libvlc
Replies: 5
Views: 1571

Re: Build only libvlc

thanks. I will try that.
If I want to build the libvlc for QNX how do I specify to build using my QNX toolchain??

Do I somehow specify with a parameter to use another toolchain??
by Hachaso
05 May 2011 16:58
Forum: Development around libVLC
Topic: Build only libvlc
Replies: 5
Views: 1571

Build only libvlc

Hi! I'm trying to only build libvlc but can't really find any information how to do this. I managed to build VLC for Ubuntu, successfully started the VLC Media Player. Now I would like to only build the library file so I can use it for my own application. I know that you can find it precompiled but ...

Go to advanced search