Commit Graph

341 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
1f73b291f8 Really fix 2006-02-19 19:59:47 +00:00
Rémi Denis-Courmont
4e06876bf4 Attempt to fix vlc linkage with static libvlc 2006-02-19 19:47:44 +00:00
Rémi Denis-Courmont
5f27fad54e - Build builtins before shared libvlc
- Link builtins with libvlc instead of vlc
  (seems to fix shared libvlc on Win32)
2006-02-19 18:29:08 +00:00
Rémi Denis-Courmont
009df32991 Dionoea: here is "make core", your portable "make vlc" replacement 2006-02-19 17:14:36 +00:00
Rémi Denis-Courmont
b5b707f0ba Really fix libintl linking 2006-02-19 15:21:58 +00:00
Rémi Denis-Courmont
0701057f20 Remove unused directory 2006-02-19 14:13:29 +00:00
Rémi Denis-Courmont
be62d282ac - Build libvlc from src/ rather than top
so that it is cleanly built before all modules
  (step toward buildable shared libvlc on Win32)
- Don't build position dependant code when building shared libvlc
  (that was a big waste of time)
- Link builtin modules with vlc rather than libvlc
2006-02-19 13:11:21 +00:00
Rémi Denis-Courmont
775ebb8f00 Clean up backported from [12323] 2006-02-19 09:52:55 +00:00
Felix Paul Kühne
155ea0e45f * new CheckForUpdate panel (closes #310)
- the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet
    - download through VLC is implemented, but commented for the moment
- needs some checking once a complete Status.xml is available
2006-02-18 18:40:04 +00:00
Clément Stenac
e0003bec24 * Beginning of VLM API
* Some test work
* Export vlm_MediaSearch
2006-02-14 21:41:23 +00:00
Clément Stenac
2f6ad030e7 * get/set/toggle fullscreen
* Fix a bug in playlist_play

(Refs:#457)
2006-02-07 21:08:32 +00:00
Clément Stenac
8d995e6f08 Use a hash for stats. Not finished 2006-02-03 23:52:45 +00:00
Antoine Cellerier
bcf427725c src/*, include/* : update core functions. (Should make it relatively easy
to use in interfaces)
                   The downloadable plugins part still needs some work.

modules/control/rc.c : add function to query updates (mainly used for testing)

modules/gui/wxwidgets/* : update pannel.
2006-02-02 17:29:06 +00:00
Sam Hocevar
04a605b111 * Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION. 2006-02-01 14:57:12 +00:00
Sam Hocevar
d766835baa * Makefile.am: "[ -x foo ]" only works if "foo" is in the current directory,
there is no easy way to check for the presence of an executable, but
    trying to execute it ("foo --version >/dev/null") is usually safe.
2006-02-01 11:20:52 +00:00
Christophe Mutricy
5ec1e69545 win32 rules: make it more dirty to be able to produce debug package 2006-01-28 18:43:13 +00:00
Clément Stenac
8dc4f35af4 Fixes for prehistoric build system 2006-01-28 11:38:49 +00:00
Sam Hocevar
cf6397c802 * bindings/java/Makefile.am: use JAVACXXFLAGS and JAVALDFLAGS instead of
the reserved words CXXFLAGS and LDFLAGS.
  * configure.ac: remove spaces inside parentheses that confuse automake.
  * Makefile.am: do not use both = and += inside conditionals.
2006-01-24 12:09:06 +00:00
Christophe Mutricy
869a316dc5 Fix the win* package rules for the http intf. 2006-01-22 18:13:59 +00:00
Antoine Cellerier
2efc4e7d3d same thing for wince 2006-01-22 16:44:54 +00:00
Antoine Cellerier
44ab7b5243 this should fix the win build. This build system is plain stupid. Why do we
have references to the same stuff in http/Makefile.am and Makefile.am ?
2006-01-22 16:42:55 +00:00
Clément Stenac
68aa3ca320 Merge 0.8.5-api changes
Fix compilation
2006-01-08 16:32:33 +00:00
Clément Stenac
a078354921 Add support for several message queues - please test
Initial support for registering and handling some shared stats
2006-01-04 22:29:53 +00:00
Derk-Jan Hartman
3d692c56dc * Simpler way to create the diskimage (10.3 and higher only)
* realigning of some of the configure --help options
* added --with-macosx-sdk
  - compiles VLC (not contrib) with the 10.3.9 SDK
  - uses a small hack to enforce the deployment target when you do make in the srcdir
  - requires you to use gcc 4.0 on on Mac OS X 10.4
2006-01-04 21:53:52 +00:00
Christophe Mutricy
6c02c3b7f4 Missing headder in tarball 2006-01-03 16:37:05 +00:00
Christophe Mutricy
28f1eebfa9 Housekeeping 2005-12-16 17:34:15 +00:00
Rémi Denis-Courmont
55f877f08d Implement root wrapper to allow using privileged TCP ports
while not running the whole VLC as root - closes #440
2005-12-16 11:18:38 +00:00
Filippo Carone
9ce752b7df <vlc/control_structures.h> header is installed by make. 2005-12-15 00:40:53 +00:00
Damien Fouilleul
4c747e4b37 Makefile.am: target 'package-win32-base-exe' is now a bit smarter when looking for makensis, which also cover cygwin. Hence, target 'package-win32-base-exe-cygwin' is now redundant 2005-12-14 13:53:36 +00:00
Derk-Jan Hartman
15b3893e3c * Remove CoreAudio module 2005-12-10 18:20:20 +00:00
Olivier Aubert
8b21bfe8ad Makefile.am: add src/control/init.c and src/control/plugin.c to EXTRA_DIST 2005-12-09 15:44:43 +00:00
Antoine Cellerier
697ec2d58d this should fix win32 and wince package-win*-base targets 2005-12-08 16:30:11 +00:00
Derk-Jan Hartman
1003427e27 * Fix the make VLC.app which was broken due to the changed web interface 2005-12-07 02:44:07 +00:00
Rémi Denis-Courmont
40501a01e5 fix make install 2005-12-06 19:09:37 +00:00
Rémi Denis-Courmont
65357d51aa fix DISTCLEANFILES 2005-12-06 18:41:14 +00:00
Rémi Denis-Courmont
5e8a470338 Add missing include file 2005-12-06 12:39:13 +00:00
Rémi Denis-Courmont
d015ddc74a Fix ./configure within make distcheck 2005-12-06 12:34:02 +00:00
Rémi Denis-Courmont
1e6b04ccf9 - Don't print a bogus warning when reading on empty line in a .host file
- Move acl.c to a more appropriate location
2005-12-05 20:53:56 +00:00
Clément Stenac
5afb060fb5 Very beginning of the interaction framework (Refs:#27) 2005-12-05 15:51:39 +00:00
Rémi Denis-Courmont
8acc19a542 Sort out io.c 2005-12-05 09:36:39 +00:00
Rémi Denis-Courmont
3793ee13a2 Create src/network subdirectory 2005-12-05 09:06:39 +00:00
Rémi Denis-Courmont
15ba2b61a0 Fix make dist
Case matters when using filenames!
2005-12-04 12:43:10 +00:00
Felix Paul Kühne
a67fd4f9c8 * ALL: first development version of a GUI for the SubPicture Filters (refs #350)
- the marquee section is already completely usable, more to come
- TODO:
    - fix all FIXMEs
    - implement the logo and time settings completely
    - implement l10n
    - fix 10.3 compatibility (runs under Tiger only atm)
    - save the preferences, if requested
    - close a current vout and re-open it, when a filter is (de-)activated
    - redesign the GUI to a smaller panel
2005-12-03 13:36:54 +00:00
Felix Paul Kühne
33d2c69062 * fixed the compilation on OSX when using our source-code-package and no svn checkout 2005-12-01 15:02:02 +00:00
Clément Stenac
859a78a954 iIgnore version.c in pofiles generation 2005-11-28 16:14:34 +00:00
Clément Stenac
a525a715b2 * Integrate python bindings in make process
New --enable-python-bindings option
Pic libs will be built if something needing them (shared libvlc, python, mozilla) is built.
* Fix a description in vlcObject
2005-11-26 15:36:28 +00:00
Derk-Jan Hartman
a6970967ff merge [13354] to trunk, and use the right .ico in the windows build 2005-11-23 20:53:56 +00:00
Derk-Jan Hartman
ad7ad8bc30 It's cp -R not cp -r 2005-11-13 20:32:26 +00:00
Derk-Jan Hartman
ba1924b6cc * Don't include the Update.nib in make dist 2005-10-26 15:41:51 +00:00
Felix Paul Kühne
bb63164ed7 * remove/disable the update-checker on OSX until 0.8.4 is out 2005-10-02 19:47:03 +00:00