Commit Graph

1921 Commits

Author SHA1 Message Date
Rémi Denis-Courmont 19bed424e1 Generate Windows resource file on need basis 2010-01-31 12:53:39 +02:00
André Weber 94a44457cc atmo: enabled by default again, description changed 2010-01-27 18:14:38 +01:00
Pierre Ynard 54a847e614 Use ifdef's to guard against setlocale() in vlc-cache-gen 2010-01-26 14:35:49 +01:00
Rémi Denis-Courmont b187fe3d02 Still build the vcdx plugin
Pointed-out-by: Alexis Ballier
2010-01-23 15:39:53 +02:00
Daniel Mierswa c8631c6512 Simplify vcdx configure.ac logic.
HAVE_{LIBCDIO,LIBVCDINFO} and have_{libcdio,libvcdinfo} were nowhere
used in the source except when --enable-vcdx was given, hence only probe
for them when vcdx is to be enabled.
Since have_libvcdinfo (which is a requirement for vcdx) can only be
enabled if have_libcdio was defined, I simply put it in the enable_vcdx
block. And because vcdx needs to be explicitly enabled, we can safely
AC_MSG_ERROR on every missing library.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-01-23 12:06:33 +02:00
Jean-Baptiste Kempf 9d9ed73b41 Removal of realaudio
This codec wasn't good.
It didn't work on SIPR correctly in all cases.
The code had lots of warnings.
The philosophy of it sucks (opening dlls...)
It didn't work on non-standard architecture.
2010-01-21 23:42:55 +01:00
Rémi Denis-Courmont 1f673a2a48 VLC needs pthread 2010-01-21 20:13:17 +02:00
Rémi Denis-Courmont af691d06ec BeOS interface: remove
This has been broken for sure since 1.0, most probably nuch earlier.
2010-01-21 19:15:51 +02:00
Antoine Cellerier d1e7a6e588 Fix libavcodec/vaapi.h detection. 2010-01-20 09:48:37 +01:00
Rémi Denis-Courmont 00dc86ba39 Remove COMPILE_DOMAIN, merge into COMPILE_HOST 2010-01-19 23:28:03 +02:00
Francois Cartegnie 0a0db525cf autoconf: Don't hardcode shell in templates 2010-01-18 20:14:47 +02:00
Rémi Denis-Courmont 430be231b6 Remove all default modules from configure.ac 2010-01-16 15:25:01 +02:00
Rémi Denis-Courmont 232b015044 Hard code most video filters 2010-01-16 14:57:06 +02:00
Rémi Denis-Courmont 89d9f14486 configure: if not a; then b; fi; if a; then b; fi -> b 2010-01-16 14:55:06 +02:00
Rémi Denis-Courmont 26291a4d12 Remove unused TIME_WITH_SYS_TIME check 2010-01-16 14:54:25 +02:00
Rémi Denis-Courmont f4acbcf9ae Win32: fix linking 2010-01-16 14:54:15 +02:00
Rémi Denis-Courmont a6d927b07a Remove sys/types.h check
We assume it is present in plenty of places anyway
2010-01-16 14:13:50 +02:00
Rémi Denis-Courmont 41351df418 file: use the same open() path for directories as for regular files
This requires support for fdopendir(). One open() and fstat() calls per
input file are avoided. Ok, this is not such a major improvement).
This should also work around brain-damaged file system drivers such as
Linux HFS+, whereby opendir() succeeds on regular files.
2010-01-16 13:25:23 +02:00
Rémi Denis-Courmont 4c0ab7ff7c Remove unused setlocale/langinfo checks 2010-01-16 12:14:24 +02:00
Rémi Denis-Courmont 865e4ddcd6 Sort/factor function checks 2010-01-16 12:14:11 +02:00
Rémi Denis-Courmont 59f49f9cce Not only Cygwin lacks the --short switch to hostname 2010-01-14 22:53:11 +02:00
Detlef Schroeder 76f6410c0c configure: fix vcdinfo/libvcdinfo inconsistencies
Additional changes in configure.ac according to
[71fafba476].
--enable-vcdinfo was changed to --enable-libvcdinfo and some VCDINFO
were renamed to LIBVCDINFO but the checking was incomplete so pkg-config
could not correctly configure libvcdinfo

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-01-12 23:24:26 +02:00
Rémi Denis-Courmont 68e9f2bcbd Revert "configure.ac: Enable color-test automake option."
This reverts commit 380fc82a97.

This fixes bootstrap with automake 1.9 and 1.10.
2010-01-12 22:00:24 +02:00
Pierre d'Herbemont 380fc82a97 configure.ac: Enable color-test automake option.
This will colorize the `make check` output if your term supports it.
2010-01-12 19:34:25 +01:00
Rémi Denis-Courmont c6bd2dd5a2 Remove dead old <sys/times.h> use 2010-01-11 19:47:35 +02:00
Pierre Ynard 8f3c41de94 configure: fix detection of ARM NEON 2010-01-11 10:14:29 +01:00
Rémi Denis-Courmont fbd95be806 Move ARM NEON optimizations to arm_neon/ 2010-01-10 18:13:11 +02:00
Rémi Denis-Courmont 4be112d1c0 Move Altivec chroma plugin to altivec/ 2010-01-10 16:51:34 +02:00
Rémi Denis-Courmont e5130a8562 Move SSE2 chromas to sse2/ 2010-01-10 16:46:27 +02:00
Rémi Denis-Courmont a763b98807 Move MMX-accelerated chromas to mmx/
(Feel free to cleanup)
2010-01-10 16:37:57 +02:00
Rémi Denis-Courmont 0eb68c7e26 Expose MMX and SSE2 compiler flags 2010-01-10 16:25:12 +02:00
Rémi Denis-Courmont ee7c062a72 Remove YMGA chroma 2010-01-10 15:14:01 +02:00
Rémi Denis-Courmont 3186de40c7 Remove the MGA video output
Those cards are normally accessed with the standard FrameBuffer,
through X11 or svgalib instead. The mga_vid driver is not even in the
kernel (or not anymore).
2010-01-10 15:10:30 +02:00
Rémi Denis-Courmont 483030a0ef Move Altivec memcpy to altivec directory 2010-01-10 13:05:53 +02:00
Rémi Denis-Courmont 751329b47c Move x86 memcpy plugins to mmx, mmxext, 3dnow directories 2010-01-10 12:43:49 +02:00
Rémi Denis-Courmont e7514176b5 --disable-avcodec implies --disable-dxva2 2010-01-09 12:10:13 +02:00
Rémi Denis-Courmont f9d095a6a6 --disable-avcodec implies --disable-libva
Don't force an explicit --disable-libva. This was especially silly on
non-libVA platforms.
2010-01-09 12:08:50 +02:00
Jean-Baptiste Kempf c86d8f7b48 Small fixes for Win32 configure 2010-01-09 02:13:31 +01:00
Jean-Baptiste Kempf 3d04e0357a Configure.ac: dxva2 detection and activation 2010-01-09 00:58:20 +01:00
Jean-Baptiste Kempf 73ce7c2d6a Configure: dvbpsi_SDTServiceAddDescriptor wasn't in all versions of dvbpsi. Check it 2010-01-09 00:58:20 +01:00
Ramiro Polla eee18af0f5 libcaca should be >= 0.99.beta14 because of caca_create_display_with_driver().
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Ramiro Polla b02a2e24cd sqlite3 should be >= 3.6.0 because of sqlite3_next_stmt().
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Ramiro Polla 5824aabb9f Use pkg-config to check for libmodplug, and check for version >= 0.8, which is needed for some functions like ModPlug_NumSamples(), ModPlug_GetMessage(), ModPlug_NumInstruments(), etc...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Ramiro Polla 36a25fbe8b vbi_bcd_digits_greater() needs zvbi >= 0.2.28.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Jean-Baptiste Kempf 7f39bd111b Move the libVA detection to auto
It now autodetects the presence of libVA pkg:
It will fail if --enable-libva is defined and it is not present
It will be activated if nothing is specified and libVA pkg is present

Moreover, it will check the presence of the avcodec/libva.h
2010-01-08 19:35:11 +01:00
Jean-Baptiste Kempf db2aa92506 Remove tarkin codec module.
It is a dead-born codec
2010-01-07 16:48:31 +01:00
Ramiro Polla 2ccfca66cd More alignments fixes in configure.ac 2010-01-07 16:45:29 +01:00
Jean-Baptiste Kempf 71fafba476 Configure alignement and typos 2010-01-06 17:25:24 +01:00
Rémi Denis-Courmont 6d6fcaba2c vlc_tdestroy: safe replacement for GNU tdestroy() 2010-01-06 14:23:11 +02:00
Rémi Denis-Courmont 812f6667c9 Revert "compat: implement tdestroy (GNU extension not available on OpenBSD)."
This reverts commit 714d615571.

Conflicts:

	compat/tdestroy.c
	include/vlc_fixups.h
2010-01-06 14:23:10 +02:00