Commit Graph

1415 Commits

Author SHA1 Message Date
Rémi Denis-Courmont e7b46c6389 Remove unused attribute visibility check 2008-05-26 18:45:21 +03:00
Rémi Denis-Courmont f0892b807a Do not use visibility. It breaks #297 as well as libvlccore.sym 2008-05-26 18:45:21 +03:00
Antoine Cellerier a3c8effe2d Fix --enable-lua flag description in configure.ac 2008-05-26 14:35:28 +02:00
Antoine Cellerier 3538dcff66 Fix pkg-config based libswscale detection tests. 2008-05-26 14:13:38 +02:00
Pierre d'Herbemont 9dcd81a1dc qtcapture: New access_demux module (QTKit based) to capture video from your iSight Camera on Mac OS X.
Usage: 'vlc qtcapture://'.

This is a 2 hours hacked module. We don't grab sound yet, and there are a lot of FIXME.

Note: For some reason QTKit needs a the main thread to be a cocoa thread. Don't expect it to run with -I dummy for instance.
2008-05-26 02:24:59 +02:00
Rafaël Carré 77acf509d8 Option to link ffmpeg plugin with libdca when using a static ffmpeg 2008-05-25 16:02:19 +02:00
Miguel Angel Cabrera Moya a9e55ea669 RTMP access output module
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-05-24 09:09:33 -07:00
Rémi Denis-Courmont 67ad2d4678 -export-dynamic is no sense for libs, use -export-symbol (or nothing) 2008-05-24 10:39:07 +03:00
Rafaël Carré c3c3d074a6 Add gtk2 cflags/libs to gtk2_main 2008-05-23 15:51:31 +02:00
Rémi Denis-Courmont 9298671dc0 If uselocale() is absent, assume libc does no localization
Otherwise, the user is screwed anyway
2008-05-22 19:42:46 +03:00
Rémi Denis-Courmont 788907c4ac Fix previous commit 2008-05-21 20:49:38 +03:00
Rémi Denis-Courmont b6b695f188 Remove internal Python build support 2008-05-21 20:48:11 +03:00
Rémi Denis-Courmont c5e0f9db28 Fail loudly if --enable-java-bindings is used
as it does not work anymore
2008-05-21 20:39:51 +03:00
Rémi Denis-Courmont a66a2bc5b4 Enable the Nokia OSSO hacks on all X11 plugins 2008-05-17 15:08:36 +03:00
Rémi Denis-Courmont 84d0f814c4 Rename the shared libraries 2008-05-15 19:40:44 +03:00
Rémi Denis-Courmont 3e1fea390e Build (linux|not)_specific.c as appropriate 2008-05-10 11:33:09 +03:00
Felix Paul Kühne fb19b264f8 Forgot live555 in the previous commit. It's quite useful to compile it, too. 2008-05-06 18:14:45 +02:00
Felix Paul Kühne 8274e9137e Remember that VLC_ADD_BUILTINS is ugly and that we don't want to use it for modules that we actually want to be build 2008-05-06 18:05:26 +02:00
Rémi Denis-Courmont e7125f4ec9 Use getpwuid_r - thread safety 2008-05-05 23:34:21 +03:00
Rafaël Carré a88db7865f DBus: Round volume to nearest integer - fixes #1561 2008-05-05 20:57:25 +02:00
Rémi Denis-Courmont d4da0d585c Also if BUILD_LUA 2008-05-04 16:03:51 +03:00
Rémi Denis-Courmont 4ebc647961 Remove useless bindings/Makefile 2008-05-04 15:41:03 +03:00
Rémi Denis-Courmont a9b034cf79 Remove splice support - it does not quite help for UDP & DCCP
(at least currently)
2008-05-03 23:07:15 +03:00
Rémi Denis-Courmont 5d1e0c0567 configure: Minor fixes for kate detection 2008-05-02 18:33:00 +03:00
Vincent Penquerc'h 53772811d1 basic support for Kate streams as subtitles
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
2008-05-02 18:25:05 +03:00
Felix Paul Kühne 7676e68d7f Fixed the compilation of multiple Mac OS X related modules
by using VLC_ADD_PLUGIN instead of VLC_ADD_BUILTINS.

Please check for potential regressions.
2008-05-01 12:57:16 +02:00
Rémi Denis-Courmont 58b7617657 Restore ENABLE_SOUT #define (used in wav "codec") 2008-04-29 08:19:26 +03:00
Rémi Denis-Courmont 469cfd7e0e Don't use VLC_ADD_PLUGIN for common sout and packetizers plugins 2008-04-28 23:26:46 +03:00
Rémi Denis-Courmont 9f0dae38ae Don't bother with mux/ and stream_out/ is sout is disabled 2008-04-28 23:04:33 +03:00
Rémi Denis-Courmont 120dd9b46e VLC_ADD_PLUGINS -> VLC_ADD_PLUGIN 2008-04-28 22:45:57 +03:00
Rémi Denis-Courmont bd9b90d820 Fixes 2008-04-28 22:40:04 +03:00
Rémi Denis-Courmont 23561f6156 Avoid vlc-config for access plugins that are always built 2008-04-28 22:34:29 +03:00
Rémi Denis-Courmont dd8c12fef6 Invoke VLC_ADD_PLUGINS with only one plugin at a time 2008-04-28 22:25:07 +03:00
Rémi Denis-Courmont 5a96b05930 Fix accelerated modules configure options.
Only enable those modules that were enabled, rather than _all_ of them
(which should fix --disable-sse and --disable-mmx). Also don't run
checks if we know we're not going to enable the modules anyway.
2008-04-28 19:25:24 +03:00
Rémi Denis-Courmont 074ed67086 Remove the forced ld -z,defs flags.
Clueful people use them when they need to. Let them decide.
2008-04-27 21:17:42 +03:00
Felix Paul Kühne 0f84287f5e Use the user's native MacOSX-SDK if none is given. 2008-04-25 12:15:51 +02:00
Rémi Denis-Courmont 910de3f23e Remove un-needed SYMPREF 2008-04-21 23:09:47 +03:00
Pierre d'Herbemont 3d759900f1 configure: Enable read_only_reloc for x264. 2008-04-15 23:24:07 +02:00
Jean-Paul Saman 698d753f31 Don't build dynamicoverlay for Win32 (either using mingw32 or mingwce). 2008-04-13 18:40:47 +02:00
Pierre d'Herbemont 01a95e7638 test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.
2008-04-11 18:47:05 +02:00
Jean-Paul Saman 647a7ada7b Don't install scripts and images when the plugin/module that needs them is not build. 2008-04-11 13:52:55 +02:00
Jean-Paul Saman e346b4c109 Build blendbench module 2008-04-09 10:48:48 +02:00
Jean-Paul Saman c500da33b4 Refactor dynamic overlays from Google Summer of Code project. 2008-04-09 10:41:21 +02:00
Sam Hocevar 19ac4fcc29 Minor mingw32ce build fixes.
Added "mingw32ce" as a possible host_os name, and linked more plugins with
-lws2 (namely audioscrobbler, growl, rtp and stream_out_rtp).
2008-04-07 16:51:51 +02:00
Felix Paul Kühne 7860203e37 Updated the link flags for the Mac screen module 2008-04-07 15:34:40 +02:00
Rafaël Carré ae8e44aedb Link xvmc vout with libXxf86vm when available 2008-03-30 15:55:36 +02:00
Rémi Duraffort 62711b4f17 Typo in configure.ac 2008-03-28 17:16:37 +01:00
Rémi Denis-Courmont 7bbc2548f9 Switch to gettext 0.17
The whole point of keeping the m4 and po/Makefile.in.in is to not need
to have the same version all over the place anyway, otherwise we might
as well put all these files to .gitignore...

Remove some old m4 macros as well.
2008-03-23 22:01:24 +02:00
Rafaël Carré 126306281b Require gettext 0.16.1 2008-03-23 16:08:13 +00:00
Rémi Denis-Courmont 974a399a24 Remove the autoconf hack, fix gettext broken in b6c4b865
and fix the M4 ignore rules
2008-03-23 10:49:16 +02:00
User b6c4b86572 Revert "Update gettext"
This reverts commit 8b71b1041b.
Most developers did not update their gettext install
Bumping gettext requirement is useless.
2008-03-23 02:57:36 +00:00
Rafaël Carré 42e7d91c27 ncurses: link with libtinfo(w) only if needed 2008-03-22 03:00:28 +01:00
Sam Hocevar c4b95b5063 New video output driver: "vmem", for direct memory access.
Sometimes our list of video output modules is still not enough for an
external libvlc application with specific requirements. For instance, an
SDL application running in full screen cannot open a new window on Linux
(this is a known libSDL limitation). This vmem video output allows it to
asynchronously render the video into an SDL_Surface, with full locking.

Resolution or pitch changes are not supported yet. I'd advise against
them however, since they often require a full chroma unload/reload
operation, which is quite expensive.

I also believe this feature should be directly integrated into libvlc,
but I don't want to be too intrusive yet.
2008-03-21 14:26:30 +00:00
Sam Hocevar 649c93388d Minor Windows ME build fixes.
Add a --disable-wince option so that we can disable this (probably broken)
plugin's build when mingwce is detected. Also, add -lmmtimer to the libvlc
link flags because this is where timeGetTime() lies.
2008-03-20 18:11:53 +00:00
Sam Hocevar 16c69ade84 Add a --disable-vlc configure flag to not build VLC.
In some cases (eg. when building binary packages) one only needs libvlc
and libvlc-control and does not wish to build or install VLC binaries.
This --disable-vlc flag saves us from manually removing the unwanted
binaries after "make install".
2008-03-19 13:25:34 +00:00
Rafaël Carré 97a9d4e927 Verify Python.h presence when enabling python bindings 2008-03-18 09:27:18 +01:00
Pavlov Konstantin e5979c3310 Link ncurses plugin to libtinfo if available.
Should fix builds on linuxes using that library: ALT, PLD, Fedora.
2008-03-17 01:12:59 +03:00
Filippo Carone a7e2dcfe29 gettext 0.16.1 was an unintended change - sorry 2008-03-16 14:15:46 +01:00
Filippo Carone a21959aff9 remove ant references on --enable-java-bindings, say users to run mvn 2008-03-16 14:04:10 +01:00
Christophe Mutricy a302df0cf0 Fix building with an uninstalled ffmpeg 2008-03-15 00:00:40 +00:00
Jean-Baptiste Kempf 09f06e184f Don't test for attribute visibility, because it doesn't support it, but it will pass the test and fill the warning output with messages.
Profit to s/enable-pp/enable-postproc in the comments.
2008-03-11 21:51:25 -07:00
Filippo Carone daa85a7f57 java bindings huge update 2008-03-09 02:08:53 +01:00
Antoine Cellerier 4c2230da12 Add a new croppadd video filter. It currently isn't used anywhere. This should work for all kind of chromas. 2008-03-08 23:52:37 +01:00
Rémi Denis-Courmont 8b71b1041b Update gettext 2008-03-07 15:32:46 +02:00
Rafaël Carré 897fdb260c We're not using subversion anymore 2008-03-07 00:32:33 +01:00
Rafaël Carré 74e8b02dc7 Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness) 2008-03-06 22:15:57 +01:00
Rémi Denis-Courmont 962d839d26 Link RTMP access against the socket library if needed 2008-03-06 20:06:01 +02:00
Rémi Denis-Courmont f26a646b38 Remove --enable-rtmp.
We have enough --enable-foobar already.
RTMP does not have any dependency and is not huge.
2008-03-05 21:59:27 +02:00
Ilkka Ollakka 5b2c271150 RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
It came in before git-stuff, so applying it this way is my slowness.
2008-03-05 13:45:14 +02:00
Christophe Mutricy d674e1a766 Don't check for headers. Pkg-config is enough 2008-03-03 00:47:49 +00:00
Christophe Mutricy 192a12994d No need to test for avutil.h a second time 2008-02-29 22:19:07 +00:00
Faustino Osuna 791b8caafd Let's try this again. Detect older and new versions of ffmpeg and allow for their coexistence within VLC. 2008-02-29 16:44:10 +00:00
Faustino Osuna d9cb27ecc1 Too many problems with new ffmpeg detection, reverting to last known good (rev 25403). 2008-02-29 01:43:53 +00:00
Faustino Osuna e00551fba2 Detect and allow older versions of ffmpeg to be used in conjunction with VLC. 2008-02-29 00:46:50 +00:00
Faustino Osuna 9f3fa003d5 Update references to ffmpeg header files to match new directory structure. All ffmpeg headers should now be accessed through:
* <libpostprocess/postprocess.h>
* <libswscale/swscale.h>
* <libavutil/avutil.h>
* <libavcodec/avcodec.h>
* <libavformat/avformat.h>
2008-02-28 23:05:29 +00:00
Jean-Baptiste Kempf 67ddda12e6 Fix most linking of XvMC Vout. 2008-02-28 02:44:02 +00:00
Pierre d'Herbemont bb5b426170 configure.ac: Backport the Mac OS X poll fix from cmake to autotools. 2008-02-26 02:11:57 +00:00
Pavlov Konstantin 6de4ef9ba0 pulseaudio plugin needs 0.9.8 at least. 2008-02-22 12:29:33 +00:00
Christophe Mutricy 8a7278874b Some OSes don't have posix_fadvise 2008-02-21 21:57:16 +00:00
Rémi Denis-Courmont 6fdb1920bc Fix linking of libvlc 2008-02-20 21:38:06 +00:00
Rémi Denis-Courmont 160ee0af0a Rewrite the mmap input as a separate access 2008-02-20 21:21:33 +00:00
Christophe Mutricy de64258999 Typo 2008-02-19 00:28:41 +00:00
Christophe Mutricy 1aac6d6516 PulseAudio output module. Thanks to Martin Hamrle. Closes #1215 2008-02-19 00:08:03 +00:00
Rafaël Carré 3efac1815f new growl plugin: local only, supports album art (you'll need the Growl Framework)
rename growl to growl_udp
2008-02-18 17:17:16 +00:00
Antoine Cellerier 48ef60c28e video filter module - for thehomebrewAmbiLight (AtmoLight) [3/3]: configure.ac.diff
Thanks to André Weber for those 3 patches.
2008-02-12 22:23:58 +00:00
Christophe Mutricy fac1140917 Fix logic 2008-02-11 20:07:23 +00:00
Benjamin Pracht 78c94529d1 * fix pthread support for x264 on win32
- Not sure at all the configure.ac part is right, anyone more knowledgable, please check.
2008-02-11 01:06:37 +00:00
Jean-Baptiste Kempf affff08302 Fix asa subtitles merge. Close #1468
Patch by aballier.
2008-02-10 11:04:14 +00:00
Dennis van Amerongen aff20543b0 * configure.ac: oops.. reverted gettext requirement from previous commit 2008-02-06 00:20:57 +00:00
Dennis van Amerongen 6d56f8539f * configure.ac: check for properly detecting cygwin instead of since in mno-cygwin mode we are dealing with mingw32 compiler and will be set to mingw32 and not cygwin.. 2008-02-06 00:17:01 +00:00
Christophe Mutricy 4e5b49712f Use a less old format for tar 2008-02-05 23:11:55 +00:00
Sigmund Augdal Helberg 53783dcec6 added the asa subtitle demux from equinox. the file asademux_defs.h is
generated by running ./preparse imports in asa/lib/import so should
probably not be in source tree, but I don't think asa
generates/installs this file by default yet.

Added build changes for csri module and subtitle_asa.

This is the last remaining changes of equinoxes Summer of Code project
2008-02-04 22:58:54 +00:00
Rafaël Carré 09ec56bdaa make.pl isn't autotools specific 2008-02-04 12:44:03 +00:00
Pierre d'Herbemont 2e888fde24 Source Tree Layout Cleanup: (As decided at videolan-meeting #2)
projects/ - contains projects that link to libvlc other than vlc and the bindings.
    extras/package - contains the packaging specific files.
    extras/deprecated - deprecated files.
    extras/buildsystem - contains non-default buildsystem stuff.
    extras/analyser - contains code analyser (such as editor specific files) specific files.
2008-02-04 01:17:33 +00:00
Rémi Denis-Courmont 9c5aac5c0e Missing checks for alloca and mmap 2008-02-03 20:34:44 +00:00
Rémi Denis-Courmont 014c5b76f3 Remove libintl from the source tree.
People use libintil from the contrib anyway.
2008-02-03 18:31:07 +00:00
Rémi Denis-Courmont 46ff91c652 Fix realaudio linking on Linux without the Win32 loader 2008-02-03 15:23:15 +00:00
Christophe Mutricy f8e862a31c Put the preprocessing flags in CPPFLAGS 2008-02-02 23:21:46 +00:00
Christophe Mutricy 747daa90b8 Use pkg-config for freetype and fribidi. Please report if your distro don't have the .pc for those. It also affect skins2 cflags and libs 2008-02-02 16:18:05 +00:00
Felix Paul Kühne a51161fa3b configure.ac: Darwin doesn't have X11 in most setups either 2008-02-02 10:55:34 +00:00
Jean-Paul Saman d365b987a6 Oops use -a iso -o 2008-02-02 09:43:59 +00:00
Jean-Paul Saman f52a08fd3e Revert [24765]: Add -lX11 to qt4 linking on non-Windows systems only. 2008-02-02 09:08:11 +00:00
Christophe Mutricy 6b797c9c6a Revert [24749]. Somehow win32 doesn't have X11 2008-02-02 00:51:08 +00:00
Christophe Mutricy 78d4a87fc6 Hopefully fix libgcrypt linking 2008-02-02 00:46:38 +00:00
Rémi Denis-Courmont dc31c77afc Fix "1: command not found" error 2008-02-01 16:53:16 +00:00
Jean-Paul Saman c2107f8113 Fix building of qt4 gui 2008-02-01 13:02:42 +00:00
Pierre d'Herbemont 20f3acbf38 Make sure VLC.app doesn't take too much time to build. This breaks VLC-release.app, and following commit will fix that. 2008-01-31 23:20:45 +00:00
Rémi Denis-Courmont e76d847b0e Move automake options to Makefile.am 2008-01-31 17:20:11 +00:00
Pierre d'Herbemont 258a1532f5 configure.ac: No more objective-c in src/. 2008-01-31 11:54:37 +00:00
Pavlov Konstantin b5263f9cf9 Fix builds with dirac >= 0.9.0, require it as well. 2008-01-28 19:58:10 +00:00
Rafaël Carré f31407eb6b warn about unused parameters, detect plugins with undefined symbols (disabled only on FreeBSD) 2008-01-28 15:28:25 +00:00
Dennis van Amerongen a4521f0d25 * configure.ac: Fix hostname reporting on Cygwin (since -s doesn't exist) in reference to [24271] 2008-01-27 23:41:54 +00:00
Rémi Denis-Courmont 47756a76e2 Fix another series of HAVE_ dependencies (string replacement functions mostly).
Now vlc/vlc.h can be included out of the box.
However, I believe it will only work properly on little-endian 32-bits platforms.
2008-01-27 16:31:12 +00:00
Rémi Denis-Courmont 7fd77d963a Default to using pthread instead of exploding.
This fixes the single largest source of problems when including vlc/*.h out of the box.
2008-01-27 15:56:24 +00:00
Rémi Denis-Courmont 37bc09bf45 Remove check for pthread_once - we never used it 2008-01-27 15:45:34 +00:00
Rémi Denis-Courmont a82fd8f9dd Remove some GCCisms.
Fix RC compilation, and OSD from C++ code in the process.
2008-01-24 20:55:46 +00:00
Rémi Denis-Courmont cd6fc843b7 Missing #include on Win32 2008-01-24 18:29:14 +00:00
Rémi Denis-Courmont 90d8682114 Remove the sys/socket.h check. We don't really use it anyway, and socket calls have to be somewhere anyway 2008-01-24 17:07:35 +00:00
Rémi Denis-Courmont c4c30066c6 Fix header inclusion. VLC does not check for sys/socket.h 2008-01-24 17:03:16 +00:00
Rémi Denis-Courmont a147237ed7 Don't check for ssize_t twice, and don't use autoconf <= 2.1x syntax. 2008-01-24 16:45:26 +00:00
Rémi Denis-Courmont dd700da196 Get rid of HAVE_SOCKLEN_T - refs #297 2008-01-24 16:39:05 +00:00
Rémi Denis-Courmont 3c7cb16797 Remove Cthreads support 2008-01-22 16:25:57 +00:00
Rémi Denis-Courmont ef0b207a01 Remove State Threads support 2008-01-22 16:17:33 +00:00
Rémi Denis-Courmont 8b6728575e Remove support for GNU Portable Threads 2008-01-22 16:07:04 +00:00
Pavlov Konstantin 688eedc9e2 Introduce HAVE_WX and HAVE_QT4 and show "Switch to WX" in QT4 only if built with WX 2008-01-22 00:07:29 +00:00
Rafaël Carré 82ca50d33f fix #1387 (update to new libcaca api) 2008-01-21 16:30:36 +00:00
Jean-Paul Saman ffca54bd76 Mozilla plugin: Check for required X11/xpm.h support. 2008-01-19 15:31:42 +00:00
Jean-Paul Saman 65de9dd76f Patch by Frans van Veen and Jasper Alias with modifications by me.
New;
- Mozilla/firefox toolbar for Linux
- Play, Pause, Stop, Fullscreen and Mute buttons
- Timeline, you can click on any place in the timeline and the movie will jump to it

Fixed: 
- Coding style, readibility
- Maximum 80 characters per line
- Major memory leak, due to not releasing image data

Known bugs:
- updating timeline not working well because callback function not working "libvlc_event_attach......"
- white line below the toolbar
- play/pause toggle not working well because ticket #1065
2008-01-19 14:54:38 +00:00
Antoine Cellerier bc77ed1596 Add gzip support to the http access. We never request it, we just know how to handle it if the server forces us to use it (for example Pierre's test page http://www.canalplus.fr/index.php?pid=1784) 2008-01-19 00:06:18 +00:00
Damien Fouilleul c4bc5a7982 eyetv: forgot that one in my last commit 2008-01-15 20:01:12 +00:00
Antoine Cellerier 22d8f2eccd Move the v4l2 access to its own subdirectory. 2008-01-14 21:30:44 +00:00
Pavlov Konstantin 29e5b0fa3a Make everything AC_DEFINE(HAVE_FOOBAR define 1 where appropriate. 2008-01-13 01:01:38 +00:00
Jean-Baptiste Kempf 916af6f559 Fix HAVE_LIBPNG in configure.ac 2008-01-13 00:37:19 +00:00
Pavlov Konstantin 728a0322b3 Fix hostname reporting on some weirdly configured systems like mine (actually, use short hostname as it should be).
Fix qt4 interface of displaying it in About dialog the same way as wx interface does.
2008-01-13 00:35:08 +00:00
Damien Fouilleul 0a73fb583e configure: reworked MacOS X SDK options, now use --with-macosx-sdk=DIR and --with-macosx-version-min=VERSION 2008-01-01 18:48:24 +00:00
Christophe Mutricy b6dd543eb1 Happy new year 2008-01-01 16:19:02 +00:00
Jean-Paul Saman fff3783975 Indentation fix 2007-12-27 12:46:30 +00:00
Antoine Cellerier cef7a5d4bc Three new chroma converters:
* yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
 * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
 * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
2007-12-26 02:35:50 +00:00
Felix Paul Kühne e91b812502 * disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld. 2007-12-25 13:36:02 +00:00
Antoine Cellerier 0212c51556 Merge the shoutcast and freebox service discovery modules. Cleanup the shout.c code. 2007-12-23 21:39:09 +00:00
Pierre d'Herbemont 37481e857a modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box. 2007-12-21 19:30:52 +00:00
Pierre d'Herbemont 53c7731290 configure.ac: Don't activate opengllayer, if QuartzCore/CALayer.h is not here. 2007-12-19 22:10:51 +00:00
Pierre d'Herbemont d99431bd6c configure.ac:
* Activate the opengllayer video output module.
* Rework a bit how Mac OS X Specific modules are handled.
video_output/Modules.am:
* Activate the opengllayer video output module.
* Please test that the --tag=CC libtool hack doesn't interfer with the .cpp modules.
2007-12-19 15:40:10 +00:00
Antoine Cellerier d1a66dc137 Define HAVE_LIBAVFORMAT_TREE. 2007-12-16 21:27:59 +00:00
Rémi Denis-Courmont e684b424fb Move plugin ABI version (MODULE_SYMBOL) out of build system. 2007-12-16 20:59:21 +00:00
Christophe Mutricy 270d869daf Make sure no module not recompiled are used after [23633] 2007-12-15 21:16:08 +00:00
Rafaël Carré 48c2ac8c87 Disable update checking per default, re-enable with --enable-update-check
Add OpenPGP code, still unused as there is no download of binaries at the moment

We will need to define (and write) the files (and their location) we will use in the update system:

    * We will use a file per arch, which will be signed
    * ALL VideoLAN gpg public keys will be stored on http://download.videolan.org/pub/keys/XXXXXXXXXXXXXXXX.asc where XXXXXXXXXXXXXXXX is the long id of the key
    * Every downloadable file will be signed with gpg --sign --detach --armor
2007-12-14 17:53:27 +00:00
Felix Paul Kühne 1f94c93095 * fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4 2007-12-10 22:35:55 +00:00
Felix Paul Kühne fb17dd6a4c * disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399 2007-12-10 21:50:54 +00:00
Felix Paul Kühne c8a09ea6dd * disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399) 2007-12-10 17:12:35 +00:00