1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00
Commit Graph

747 Commits

Author SHA1 Message Date
Pavlov Konstantin
1f1c05083b revert 15853 as it brokes things 2006-06-09 19:59:22 +00:00
Pavlov Konstantin
e5ed4c8e9f lets add *flags not only in the case of xulrunner-config 2006-06-09 16:56:13 +00:00
Pavlov Konstantin
7337338303 Fix for building mozilla plugin with mozilla-dev on non-debian systems
Needs more check, as i've only tested it on altlinux
2006-06-09 14:19:32 +00:00
Clément Stenac
0f4a49175e Get rid of some pic stuff that caused vlc-config to do baad things 2006-06-08 19:18:11 +00:00
Gildas Bazin
183dd67ee5 * configure.ac: you can do it. 2006-06-07 22:20:15 +00:00
Gildas Bazin
97b5c15462 * configure.ac: libpostproc detection was more broken than I thought. 2006-06-07 22:02:16 +00:00
Gildas Bazin
9bc15cda0a * configure.ac: fix typo in ffmpeg's libpostproc detection. 2006-06-07 21:42:21 +00:00
Rémi Denis-Courmont
973a35aabd Remove experimental flag from libtool.
Several people use it and nobody complain it was broken.
Besides, some stuff seem not to work without it.
2006-06-07 14:22:15 +00:00
Filippo Carone
d90a5fa316 if --enable-java-bindings then check a javac exists 2006-06-05 16:01:35 +00:00
Christophe Mutricy
55a578529a Libpostproc moved. 2006-06-04 21:50:01 +00:00
Rémi Denis-Courmont
9d85b9dace Some build systems clean up. Now require automake 1.7
Automake 1.5 and 1.6 both suck, and 1.7 is almost four years old, so there is really no excuse for not using a decent version. Besides, there seems to some problems while building the loader with old Automake versions.
2006-06-04 18:09:30 +00:00
Rémi Denis-Courmont
5b369300e5 Suppress support for position dependant code (except on mingw32).
This simplifies the build system quite a lot, and reduce compilation
times when PIC is actually needed.

If you really mind the extra overhead of PIC, use:
./configure --enable-libtool --enable-static --disable-shared
2006-06-04 17:07:19 +00:00
Filippo Carone
7cc72564f9 pic libraries are now correctly installed when needed:
* --enable-pic added in configure.ac
* bootstrap modified to use BUILD_PIC in place of BUILD_MOZILLA where needed
2006-06-04 15:30:18 +00:00
Christophe Mutricy
8e2036e4e1 New libnotify plugin.
TODO: - get rid of the harcoded path for the icon
      - make the meta printed an option.
2006-06-04 00:13:40 +00:00
Benjamin Pracht
61acca87b8 * Patch by Cédric Cocquebert to add several additional video effects to the opengl vout 2006-06-02 18:41:31 +00:00
Filippo Carone
1ba03e33a5 when testing if mozilla is required, use enable_mozilla, not just mozilla 2006-06-02 13:22:58 +00:00
Damien Fouilleul
7351430d69 - voutgl.m: added OpenGL provider for MacOS X Safari/mozilla plugin
- vlcshell.cpp: make opengl the default video output module for macosx
- vlc.r: remove Quicktime mimetype from supported list
- configure.ac: the OpenGL provider requires the AGL framework
2006-06-01 23:22:54 +00:00
Christophe Mutricy
ba50ee9293 [15729] breaks binary compatibility 2006-05-31 21:34:01 +00:00
Clément Stenac
9f13848c8f QT4 detection patch by Pavlov Konstantin 2006-05-30 19:17:33 +00:00
Rémi Denis-Courmont
631ba3aaed Build system fixes + cleanup 2006-05-29 18:46:09 +00:00
Clément Stenac
776ba66b04 * Fix QT detection and make dist
* First dialog
* Start of input management
2006-05-29 06:07:36 +00:00
Rémi Denis-Courmont
df0cb344c4 src/misc/mtime.c:
- Don't use TIMER_ABSTIME which sucks (at least on Linux with HZ=1000)
 - Cosmetic
configure.ac:
 - Check for clock_nanosleep() rather than clock_gettime(), as it is more
   recent and we need both.
2006-05-27 17:40:15 +00:00
Christophe Mutricy
fa3a118ec3 s/cvs/svn for ffmpeg 2006-05-26 19:43:32 +00:00
Clément Stenac
71de7a93ce Fix build 2006-05-25 19:58:32 +00:00
Clément Stenac
450a2fb53d Fix CDDA and a corner-case in playlist handling 2006-05-25 19:38:45 +00:00
Clément Stenac
8e7484b4ff Cumulative fix for BeOS - by Cian Duffy < myob87 4t gmail dot com > 2006-05-25 18:27:39 +00:00
Rémi Denis-Courmont
402b2ed2f0 Use the monotonic clock from POSIX real time extension when available.
That one goes at the same “speed” as the real time clock, but it is
warp-less. Now it should be safe to call ntpdate while performing.
2006-05-24 19:35:31 +00:00
Christophe Mutricy
9921422767 configure.ac: Forgot this one. 2006-05-23 23:05:34 +00:00
Christophe Mutricy
d8941c4983 configure.ac: More strict test fot GL stuff 2006-05-22 20:06:40 +00:00
Felix Paul Kühne
cc8fa0d27d * fixed a typo 2006-05-22 15:45:01 +00:00
Christophe Mutricy
1a2878255a ALL: s/livedotcom/live555/ 2006-05-21 21:17:52 +00:00
Benjamin Pracht
4c14ef78c9 * Fix hal detection 2006-05-21 20:00:27 +00:00
Benjamin Pracht
bcf036f976 * HAL / DBUS / GnomeVFS aren't linux only 2006-05-20 13:38:04 +00:00
Christophe Mutricy
bc3f5d4829 Add Czech translation. Many thaks to Miroslav Oujesky 2006-05-18 23:00:48 +00:00
Christophe Mutricy
d6bdbbab18 Fix mozilla and xpidl detection 2006-05-16 23:40:52 +00:00
Clément Stenac
ed0b72e371 Merge back branch 0.8.6-playlist-vlm to trunk.
What is currently broken:
 * Some playlist demuxers (shout, dvb and pls)
 * DAAP
 * BeOS playlist
 * GPE playlist, I suppose

What has some trouble:
 * Meta handling in several demuxers (most notably TS)
 * Skins2 playlist (doesn't refresh correctly)
 * OS X playlist (see bigben's latest commits)
2006-05-14 18:29:00 +00:00
Rémi Denis-Courmont
df6dba9cd2 Remove non breakable space 2006-05-14 15:27:30 +00:00
Rémi Denis-Courmont
47902e37d9 == -> = 2006-05-14 07:01:20 +00:00
Christophe Mutricy
4815d7f688 Synchronise the po file from the 0.8.5 branch.
Add gl, he, hu and sv to activated l10n.
2006-05-11 21:46:51 +00:00
Christophe Mutricy
9dbb1324b5 Typo 2006-05-09 22:49:36 +00:00
Christophe Mutricy
d636cba575 configure.ac: Detect the Xulrunner sdk (from sam's debian patch) 2006-05-09 22:41:16 +00:00
Damien Fouilleul
645e86714f - configure.ac: removed dependency on XPCOM support libs as they bloat the mozilla plugin, which does not use them.
- mozilla/Makefile.am: removed dependency on PPC only flags and libs, the plugin builds for MacIntel (doesn't mean it works, though)
2006-05-08 23:39:44 +00:00
Christophe Mutricy
f1269968c9 suppress reference to debian/ 2006-05-08 21:51:52 +00:00
Christophe Mutricy
8a764762d0 Forward-port [15539] 2006-05-07 11:44:53 +00:00
Damien Fouilleul
88b0a696a4 - vlc.win32.nsi.in: second attempt 2006-05-05 23:41:55 +00:00
Damien Fouilleul
c75bb43a84 vlc.win32.nsi: libvlc.dll needs be copied into mozilla plugins directory as well. 2006-05-05 23:09:43 +00:00
Christophe Mutricy
34478c8969 Hope it really fix it 2006-05-05 12:02:55 +00:00
Christophe Mutricy
4fd81206d7 Fix. 2006-05-04 22:36:31 +00:00
Christophe Mutricy
5128f3e95d configure.ac: test a bit more for contribs 2006-05-04 22:00:42 +00:00
Rémi Denis-Courmont
f1e171109c Hopefully fix linking of the mosaic plugin 2006-05-02 15:23:39 +00:00