using libVlc in a C++ project in Mac OS Xcode
Posted: 03 Mar 2012 04:47
Hi
I'd like to try libVlc in a C++ project on Mac OS.
I've seen post that say that I need to link to the dylib files in the VLC.app contents.
I've found those files:
libvlc.5.dylib
libvlc.dylib
libvlccore.5.dylib
libvlccore.dylib
Which one do I have to use?
Can I move that file somewhere else?
Is FFMPEG included in those files?
Will I need to move the header files (.h) too?
Any help is appreciated.
I'd like to try libVlc in a C++ project on Mac OS.
I've seen post that say that I need to link to the dylib files in the VLC.app contents.
I've found those files:
libvlc.5.dylib
libvlc.dylib
libvlccore.5.dylib
libvlccore.dylib
Which one do I have to use?
Can I move that file somewhere else?
Is FFMPEG included in those files?
Will I need to move the header files (.h) too?
Any help is appreciated.