Commit Graph

1177 Commits

Author SHA1 Message Date
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
Rémi Denis-Courmont b0152eca13 Simply X11 Qt4 error detection 2007-12-09 20:16:20 +00:00
Rafaël Carré b2f6c56e64 fix #1382 2007-12-09 19:42:02 +00:00
Richard Hosking 9d7bb43b1c v4l2: Experimental ALSA input support. Currently non functional. Still defaults to OSS. 2007-11-29 16:07:22 +00:00
Jean-Paul Saman 9a3e578544 Remove stray character after testing for enable-libgcrypt and enable_gnutls. 2007-11-29 15:16:35 +00:00
Felix Paul Kühne ea27196a65 * automagically assume --with-macosx-sdk 2007-11-28 15:20:56 +00:00
Christophe Mutricy 858281e18e Defines nvlc aliases in all cases 2007-11-27 22:55:37 +00:00
Rémi Denis-Courmont 3ade296d07 We've had fun breaking the ABI... 2007-11-26 18:53:28 +00:00
Antoine Cellerier 37becd478f Split i422->packed YUV and i422->planar YUV. Add i422->YUVA. This still needs some testing. 2007-11-25 13:32:20 +00:00
Jean-Baptiste Kempf 7fa3031b90 Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc 2007-11-24 00:57:42 +00:00
Christophe Mutricy 52d9ee61e7 No longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc 2007-11-20 21:04:46 +00:00
Eric Petit 2c0fe13b80 typo 2007-11-18 14:12:31 +00:00
Jean-Paul Saman 7d39628de4 Add osd_parser to configure.ac 2007-11-14 15:18:07 +00:00
Pierre d'Herbemont e3227add05 configure.ac: Fix a typo in my previous commit. 2007-11-11 21:09:55 +00:00
Pierre d'Herbemont ffc3180d5c configure.ac: Fix Mac OS X 10.4 support (Reported by Enrique Osuna). 2007-11-11 21:03:42 +00:00
Pierre d'Herbemont 2d06f4d733 configure.ac: Because of the ld text relocation bug on Mac OS X, we have to disable ffmpeg when using such linker for the time being. Add a big warning at the end of configure if we are in such a configuration. 2007-11-11 14:50:30 +00:00
Pierre d'Herbemont 018f3af4e2 configure.ac: On Mac OS X, if ld has the text reloc bug, disable mmx and sse. 2007-11-10 14:58:14 +00:00
Pierre d'Herbemont d431f94055 configure.ac: Allow --disable-mmx and --disable-sse. 2007-11-10 14:23:03 +00:00
Damien Fouilleul 7e93c28817 - lua: meeds winsock2 on win32 2007-11-09 23:39:35 +00:00
Pierre d'Herbemont d1cf65c531 configure.ac: Previous commit isn't necessary, isysroot implies syslibroot from experience. 2007-11-06 18:04:38 +00:00
Pierre d'Herbemont b0d89baf36 configure.ac: Use -syslibroot ld argument when using --with-macosx-sdk. 2007-11-06 16:37:40 +00:00
Christophe Mutricy 905e945b98 "default auto" means nothing 2007-10-30 13:54:17 +00:00
Rafaël Carré 9907acfc74 ncurses: base detection of wide characters support on the presence of libncursesw, and use the same header wether it's present or not 2007-10-30 03:42:18 +00:00
Christophe Mutricy 632c8544ad Move qt4/dialogs/about.hpp to include/vlc_about.h so all interfaces modules can use it.
The change in configure.ac is suboptimal. It would be better to change DEFAULT_INCLUDES to use -I${top_builddir}/include rather than -I${top_builddir}. Automake wizard requested.
2007-10-29 23:35:47 +00:00
Rafaël Carré d074490d55 Include <sys/socket.h> when testing for <net/if.h>
net/if.h depends on it on some systems (Darwin & FreeBSD at least)
2007-10-29 11:07:35 +00:00
Jean-Paul Saman 998b5e6f6b Typo 2007-10-26 15:15:46 +00:00
Jean-Paul Saman 3e08d9550f Add new gui module for use with overlay framebuffer devices. 2007-10-26 15:08:08 +00:00
Gildas Bazin 1a42f95bcb configure.ac: fixes for build problems introduced by changeset 22617. 2007-10-22 18:41:19 +00:00
Rémi Denis-Courmont 72ec66306d Same as previous commit 2007-10-21 17:57:52 +00:00
Rémi Denis-Courmont edef2bc8a9 some missing s/VLC_ADD_LDFLAGS/VLC_ADD_LIBS/ 2007-10-21 17:52:40 +00:00
Jean-Paul Saman fc68d313c7 Fix detection of swscale with compile/link test. 2007-10-21 10:10:29 +00:00
Rafaël Carré 1995f882d4 New inhibit module to prevent the power management daemon (usually gnome-power-manager) to suspend/hibernate the laptop while VLC is active. 2007-10-20 23:47:34 +00:00
Rémi Denis-Courmont 6dd8082f73 Don't build netsync by default until someone bothers fixing it 2007-10-20 13:39:23 +00:00
Pavlov Konstantin 94bf62da4a Bump required dirac version to 0.8.0 and fix dirac codec module to support 0.8.
Tested with dirac files created by ffmpeg (by means of dirac support ffmpeg patch).
2007-10-19 20:58:12 +00:00
Pavlov Konstantin 9bac5b0a2d Spatializer module should be built with g++ 2007-10-19 20:23:35 +00:00
Jean-Paul Saman 71355d6fdd Bail out if ffmpeg/avformat.h and ffmpeg/avutil.h doesn't exist. 2007-10-18 22:09:22 +00:00
Jean-Paul Saman 7c35787849 Check for swscale.h iso trying to compile/link test. 2007-10-18 22:09:10 +00:00
Jean-Paul Saman 37f1466567 Fix detection of libswscale. It depends on libavutil. 2007-10-18 22:09:02 +00:00
Jean-Paul Saman c13d263796 Replace tabs with whitespace. 2007-10-18 22:08:54 +00:00