Age | Commit message (Collapse) | Author |
|
This should make it more readable, and avoid a few extra test. Also
check for the -Werror= style for GCC 4.3 instead of the old
-Werror-implicit-function-declaration.
|
|
Version 0.9.6 has PA_PROTOCOL_VERSION 10, version 0.9.7 has 11.
This simplifies configure and limits the knowledge about PA versions to the
audio output plug-in.
This time, the patch includes configure.ac, too.
|
|
|
|
cygwin and msys are both happy with normal slashes and both per default use
standard unix slashes, e.g., pwd reports '/'. the previous conversion in
configure.ac lead to mixed stye paths which caused problems like bug #133
on some system. not converting to \ should solve those and make everything
more consistent.
|
|
|
|
|
|
|
|
|
|
|
|
xine_get_pluginroot now makes use of the XINE_REL_PLUGINROOT define
|
|
xine was already checking for MIN/MAX macros but the replacement does not
work (at least not on mingw32). This change defines HAVE_[MIN|MAX]_MACRO and
if missing, providedes them in lib/os_internal.h
|
|
<xine-internals.h> includes <xine-utils/refcounter.h> which includes
<pthread.h>. As all xine sources include <xine-internal.h>, the
PTHREAD_CFLAGS are always needed. This patch removed it from two Makefile.am
and adds them to CPPFLAGS
|
|
Hopefully, that's a while away yet :-)
|
|
|
|
on mingw32, ioctl does not exist and the AC_IOCTL_REQUEST macro breaks
configure
As this test is only needed for OSS audio (otherwise it should be
somewhere else), it's now only called if OSS audio is actually available
|
|
|
|
|
|
|
|
With libtool 1.5, AC_LIBTOOL_SETUP was being called too early.
|
|
- add AC_CONFIG_MACRO_DIR so that all the libtool macros are added to
the m4 directory rather than the toplevel one;
- check for libtool before checking for dlopen and other things;
- remove Fortran macro undefining hack, libtool 2.2 handle that properly.
|
|
Move all the customisations to po/Makefile.in.in to po/Makevars, and
create a new SUBST-parsed Makevars.extra.in file to get the LIBNAME
variable.
|
|
|
|
|
|
|
|
The MIN/MAX macro are quite often used on the source code to find the
minimum or maximum value between two, instead of defining it per-unit,
check if the system provides them include the right header, otherwise
define them during configure run.
|
|
Add CC_ATTRIBUTE_CONST macro to the attributes.h.
Run CC_ATTRIBUTE_CONST in configure.
Define SUPPORT_ATTRIBUTE_CONST for GCC 3.
Define XINE_CONST to __attribute__((__const__)) if supported.
--HG--
extra : transplant_source : /26%26%DF%C0%3C%AC%27%5C%B7%B1y%FEQ%8Ay%EE%F1%BD
|
|
|
|
- Add a configure test for the attribute, during xine build process.
- Define the attribute as supported when using GCC 2.95 or later
outside xine build process.
- Use the new XINE_PACKED define instead of the attribute directly.
- Check for SUPPORT_ATTRIBUTE_PACKED rather than doing strange
subdefines.
|
|
rather than just checking for GCC 3.
|
|
|
|
|
|
|
|
|
|
--HG--
extra : transplant_source : %ED%E5%16J%82%ECe%85%7F%FA%95%1Dv%8D%88%EE%AC%FE%40%9E
|
|
This is expected to see most use in updating MIME type lists in front ends'
desktop files.
|
|
A typo in the tests prevents listing of " - OpenGL" as enabled output
plugins if OpenGL & GLU but not GLUT is detected.
|
|
|
|
The source remains compilable with older ffmpeg, whether internal or external.
--HG--
rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am
rename : src/libffmpeg/ff_audio_decoder.c => src/combined/ffmpeg/ff_audio_decoder.c
rename : src/libffmpeg/ff_dvaudio_decoder.c => src/combined/ffmpeg/ff_dvaudio_decoder.c
rename : src/libffmpeg/ff_mpeg_parser.c => src/combined/ffmpeg/ff_mpeg_parser.c
rename : src/libffmpeg/ff_mpeg_parser.h => src/combined/ffmpeg/ff_mpeg_parser.h
rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c
rename : src/libffmpeg/ffmpeg_decoder.c => src/combined/ffmpeg/ffmpeg_decoder.c
rename : src/libffmpeg/ffmpeg_decoder.h => src/combined/ffmpeg/ffmpeg_decoder.h
rename : src/libffmpeg/ffmpeg_encoder.c => src/combined/ffmpeg/ffmpeg_encoder.c
|
|
|
|
HAVE_FFMPEG_AVUTIL_H wasn't being defined, and there were some incorrect checks.
|
|
work for both internal and external FFmpeg (with new layout).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is to avoid having to rebuild external plugins for each new release.
--HG--
extra : transplant_source : %C2%3EF%0B%EF%16%40K%FD.%EB9%E07%CB%97GhU%98
|
|
--HG--
rename : misc/xine-config => misc/xine-config.in
|