index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-utils
/
Makefile.am
Age
Commit message (
Expand
)
Author
2004-09-28
Turn #if condition in ppcasm_string.S to an AM_CONDITIONAL: fixes compilation
Andre Pang
2004-09-14
Moved building xmlparser.c back to xine-utils Makefile from xine-engine Makefile
Stephen Torri
2004-09-01
Improvements and implementing Michael's suggestions:
František Dvořák
2004-08-30
Fix the way the library path is supplied when testing for libdga. Disable com...
Robin KAY
2004-08-27
MINGW32 port. Engine library and most of plugins compiles now.
František Dvořák
2004-01-07
frame copying functions
James Stembridge
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-10-14
made libtool-nofpic silent and not installing .la files at all
Daniel Caujolle-Bert
2003-10-03
remove unresolved X11 symbols from xine-lib (xine-lib should always be X11-
Michael Roitzsch
2003-08-07
remove useless gnu89 compiler flag, some configure tweaking
Michael Roitzsch
2003-05-20
public header cleanup:
Michael Roitzsch
2003-05-14
as announced on xine-devel, this is the big Makefile refactoring:
Michael Roitzsch
2003-02-17
fixing the xine_check Xv problem (using Xv calls, but no Xv dependency is all...
Michael Roitzsch
2003-02-07
Clean up Makefile to remove items from xine_check development.
Stephen Torri
2002-12-15
Introducing an implementation of dynamic buffer especially useful
Stefan Holst
2002-11-20
remove hopefully unnecessary Xext linkage
Michael Roitzsch
2002-11-10
src/video_out/video_out_xv.c:
Stephen Torri
2002-11-02
Forgotten X related removal stuff
Daniel Caujolle-Bert
2002-11-02
Added flags -L/usr/X11R6/lib and -lX11 to build of libxineutils.
Stephen Torri
2002-10-28
Solaris' make cannot decide, whether the make variable 'include_HEADERS'
Juergen Keil
2002-10-22
Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFL...
Stephen Torri
2002-10-20
AUTHORS:
Stephen Torri
2002-10-09
configure.ac:
Stephen Torri
2002-09-22
fix libtool warning: "-version-info is ignored for convenience libaries"
Michael Roitzsch
2002-09-19
Updated cvscompile.sh to look for configure.ac
Stephen Torri
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-07-14
new color conversion facilities
Mike Melanson
2002-07-01
Link libxineutils to thread lib (xine-mutex introduced that). Thanks to
Daniel Caujolle-Bert
2002-06-21
Stupid i am, conditionnal in extra_dist !!. Thanks Miguel for the report.
Daniel Caujolle-Bert
2002-06-20
What's the hell i've made with conditional files.
Daniel Caujolle-Bert
2002-06-16
Add missing file inclusion.
Daniel Caujolle-Bert
2002-05-29
Compile PPC files only on PPC arch.
Daniel Caujolle-Bert
2002-05-28
PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net>
Siggi Langauf
2002-05-03
switches to libtool versioning
Siggi Langauf
2002-05-01
added xml parser/lexer from thibaut mattern
Guenter Bartsch
2002-03-24
Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken
Daniel Caujolle-Bert
2002-03-21
verbose mutex - will this be usefull for debugging?
Guenter Bartsch
2001-11-30
Valid mrls are no more static (except few ones), like file suffix too.
Daniel Caujolle-Bert
2001-11-18
update to latest mpeg2dec x86_accel sources, hopefully this solves conftest s...
Guenter Bartsch
2001-11-17
Install attributes.h again, my mistake.
Daniel Caujolle-Bert
2001-11-17
Add 'xine_' prefix to all of xine-utils functions (what about cpu
Daniel Caujolle-Bert
2001-10-22
introducing libxineutils and a this pointer for video_out_x11 callbacks
Guenter Bartsch