Age | Commit message (Collapse) | Author |
|
|
|
-- Move x11.m4 back into configure.ac, because AC_PATH_XTRA was behaving oddly
inside a macro. That code is now cleaned up enough so that it's not too
painful having it there.
-- Move opengl.m4 inline into video_out.m4
-- Fix x11 checks to work on Darwin, including XShm checks, Xv checks, OpenGL,
and GLU checks.
|
|
Move the definition of it to a much more appropriate location.
|
|
-- Pull AC_PROG_OBJC and AC_PROG_OBJCPP from autoconf 2.61, but use the local
versions only if they're not defined by the version of autoconf in use.
-- Always call AC_PROG_OBJC since there's no harm in doing so. It'll fail most
of the time, but it's cleaner than adding yet another $host_os check
-- Remove -DCONFIG_DARWIN from CPPFLAGS since it was added specifically for
ffmpeg when ffmpeg was built using xine's built infrastructure rather than
its own. It's now defined properly where its needed elsewhere.
-- Set host_or_hostalias early rather than later in the middle of xv checking
since a bunch of other stuff depends on it too.
|
|
|
|
discover X libraries.
|
|
with libXv.
Problem was that the pkgconfig test sets XV_LIBS, but XV_LIB was used
elsewhere. So we change XV_LIB -> XV_LIBS.
The same change is made for XVMC_LIB and XXMC_LIB in case of future use of
pkgconfig.
CVS patchset: 8360
CVS date: 2006/11/05 15:16:56
|
|
CVS patchset: 7831
CVS date: 2006/01/07 12:35:00
|
|
CVS patchset: 7823
CVS date: 2005/12/17 17:22:47
|
|
fix xine-lib builds without X11: HAVE_XV must not be defined conditionally,
otherwise configure will complain
also fix the Xv test for old shells with broken handling of empty variables
CVS patchset: 7307
CVS date: 2004/12/27 17:22:30
|
|
CVS patchset: 7250
CVS date: 2004/12/13 21:35:21
|
|
try some fallbacking (libXv.so <-> libXv.a) if prefered was not found
CVS patchset: 7244
CVS date: 2004/12/13 17:50:20
|
|
used, xv_lib and XV_LIB. The problem with this is that XV_LIB is used
to set the Xv library to use in the makefiles. I chose to use XV_LIB
throughout the m4 file.
CVS patchset: 7229
CVS date: 2004/12/12 04:25:05
|
|
Add --enable-shared-xv to force use of libXv.so over libXv.a. The
default behavior is to use libXv.a if configure option is not used.
CVS patchset: 7227
CVS date: 2004/12/12 03:04:58
|