Pierre d'Herbemont
|
a8b37fbd6e
|
VLCKit: Import MobileVLCKit.
|
16 years ago |
Felix Paul Kühne
|
652fbde4d1
|
VLCKit: fixed typo which prevented the creation of re-distributable bundles and added the libvlc headers to the project file (not distributed in any target)
|
16 years ago |
Pierre d'Herbemont
|
3acfd5b570
|
VLCKit: Remove contrib dependency files.
We already do that in contrib makefile.
|
16 years ago |
Felix Paul Kühne
|
9f5e582563
|
VLCKit: ppc970 aka PowerPC G3 is no supported architecture
|
16 years ago |
Felix Paul Kühne
|
05c777f907
|
VLCKit: added an aggregate target to build both VLC and VLCKit with one click
|
16 years ago |
Pierre d'Herbemont
|
477c04bc7a
|
macosx/framework: Factorize precompilation.
|
16 years ago |
Pierre d'Herbemont
|
0539e7e1a3
|
macosx/framework: Build a fat framework (x86_64 and i386) in Release mode.
The current contrib bin for i386 seems to be a bit broken here and most modules are x86_64 only.
|
16 years ago |
Pierre d'Herbemont
|
1eff27e08a
|
macosx/framework: Support building multiple vlc tree for multiple archs.
|
16 years ago |
Pierre d'Herbemont
|
e6fc028b83
|
macosx/framework: Fix build in Release mode.
Thanks to DiDjCodt.
|
16 years ago |
Pierre d'Herbemont
|
592c1efc6b
|
macosx/framework: Get rid of VLCMediaListAspect, and remove a bunch of exception.
|
16 years ago |
Pierre d'Herbemont
|
c708eb43a5
|
macosx/framework: C99 in release mode as well.
|
16 years ago |
Pierre d'Herbemont
|
ed8db5db22
|
macosx/framework: Export VLCExtensionsManager and VLCExtension.
This enables usage of vlc extension in Lunettes.
|
16 years ago |
Pierre d'Herbemont
|
f89857ba2b
|
macosx/framework: Switch to C99.
|
16 years ago |
Pierre d'Herbemont
|
d864163c9b
|
VLCKit.xcodeproj: Update internal pbxproj.
|
17 years ago |
Rafaël Carré
|
d6be76f735
|
Revert "macosx/framework: contrib are fat now."
This reverts commit f40ec470c9.
|
17 years ago |
Pierre d'Herbemont
|
f40ec470c9
|
macosx/framework: contrib are fat now.
|
17 years ago |
Pierre d'Herbemont
|
1ce5eee1bb
|
macosx/framework: Add Configure.sh as one of its own dependency.
|
17 years ago |
Pierre d'Herbemont
|
863c6af153
|
macosx/framework: Now that target "Build Everything" doesn't rebuild contrib and configure for fun, remove "Make VLC and VLCKit" target.
|
17 years ago |
Pierre d'Herbemont
|
948ccf4aea
|
macosx/framework: Make sure we properly install libvlc, libvlccore, and vlc before reusing them.
|
17 years ago |
Pierre d'Herbemont
|
3b0cbbedc8
|
macosx/framework: Put configure script in a separate script (from VLCKit.xcodeproj) and use --disable-macosx-vlc-app
|
17 years ago |
Pierre d'Herbemont
|
c2e29f67fd
|
macosx/framework: Remove unneeded configure flags.
|
17 years ago |
Pierre d'Herbemont
|
17df4f9148
|
macosx/framework: Use the new "vout display".
|
17 years ago |
Pierre d'Herbemont
|
8496ea9b76
|
macosx/framework: Renamed all the targets to be more explicit.
|
17 years ago |
Pierre d'Herbemont
|
e725aa5ecd
|
macosx/framework: Change the name of the default target to "Build Everything"
|
17 years ago |
Felix Paul Kühne
|
4372508caf
|
configure: added a minimal-macosx item, which will just compile the macosx-only modules we need within VLCKit
|
17 years ago |
Felix Paul Kühne
|
c81134f4cd
|
osx/framework: changed configure flags and make it respect Xcode's debug/release setting
Disabled ncurses, SDL, SDL_image, visual, httpd and vlm, as these are not needed within the framework.
|
17 years ago |
Pierre d'Herbemont
|
545400d7e6
|
macosx/framework: Build vlc with debug symbols.
|
17 years ago |
Pierre d'Herbemont
|
a778d2c25a
|
macosx/framework: Don't run bootstrap after building the contrib.
|
17 years ago |
Pierre d'Herbemont
|
0b80cf464a
|
macosx/framework: Make sure we rebootstrap upon configure.ac changes.
|
17 years ago |
Pierre d'Herbemont
|
b0afc53e42
|
macosx/framework: Make sure base SDK is set to 10.5.
This should fix the issue about libmad when build the framework with the default settings.
|
17 years ago |
Pierre d'Herbemont
|
4eafca36a1
|
macosx/framework: Don't pass an empty framework path.
|
17 years ago |
Pierre d'Herbemont
|
e776c1f972
|
macosx/framework: Make sure we can build for x86_64.
|
17 years ago |
Pierre d'Herbemont
|
ca7b627d97
|
macosx/framework: Fix the configure ARCHS autodetection script so that we are shell independant (setenv vs export), and force to build only the selected ARCHS.
|
17 years ago |
Pierre d'Herbemont
|
9fed85e930
|
macosx/framework: Fix the release target of the framework.
|
17 years ago |
Felix Paul Kühne
|
5d842f89b3
|
framework/macosx: allow x86_64 as architecture and set the project file's compatibility target to Xcode 3.1
Older releases won't be able to compile the 'native' targets anyway
|
17 years ago |
Felix Paul Kühne
|
1914741b4b
|
macosx/framework: fix custom target scripts in case ARCHS includes more than 1 architecture
|
17 years ago |
Pierre d'Herbemont
|
ac1ec6eca4
|
macosx/framework: Add a new target core-framework.
|
17 years ago |
Pierre d'Herbemont
|
d2bfbdc769
|
macosx/framework: Typo.
|
17 years ago |
Pierre d'Herbemont
|
ced4f4dfe8
|
macosx/framework: Use the arch from the root settings.
|
17 years ago |
Felix Paul Kühne
|
c67afde96f
|
VLCKit: added the abilities to compile in 64bit mode on Leopard and in 32bit on Snow Leopard
|
17 years ago |
Pierre d'Herbemont
|
4023fd8232
|
macosx/framework: Make VLCMediaListPlayer.h a public header.
|
17 years ago |
Felix Kühne
|
93442c633e
|
VLCKit: added partial 64bit compilation support
(partial, as this won't work on Leopard without a few further changes)
|
17 years ago |
Pierre d'Herbemont
|
9a3c550857
|
macosx/framework: Add VLCMediaListPlayer.
|
17 years ago |
Pierre d'Herbemont
|
b99363a44d
|
macosx/framework: Don't cache configure output.
This does not properly account check changes, so this is usual that this breaks.
|
17 years ago |
Felix Paul Kühne
|
6330b73344
|
macosx: modernise framework compilation flags
|
17 years ago |
Pierre d'Herbemont
|
94dfb7fbca
|
framework: Fix the Pre-Compile script.
This script starts to get unreadable, it's probably time to refresh it.
|
17 years ago |
Pierre d'Herbemont
|
6b67d828e2
|
macosx/framework: Back in business.
|
17 years ago |
Felix Paul Kühne
|
fa175c3f3e
|
Fixed framework compilation and changed the configure script to configure VLC with the SDK selected in Xcode (at present: the current OS X version)
|
18 years ago |
Pierre d'Herbemont
|
0ff1041a73
|
vlckit: Fix compilation.
|
18 years ago |
Pierre d'Herbemont
|
21e1542f08
|
VLCKit: Fix #1587 "missing libvlc/mediacontrol header files".
Headers are in VLCKit.framework/include/vlc.
|
18 years ago |