summaryrefslogtreecommitdiff
path: root/src/libw32dll/Makefile.am
AgeCommit message (Collapse)Author
2003-03-09use windows codec path as provided by configureMichael Roitzsch
CVS patchset: 4388 CVS date: 2003/03/09 12:19:13
2002-12-23wmv9 supportMiguel Freitas
CVS patchset: 3653 CVS date: 2002/12/23 16:09:28
2002-12-18first draft of quicktime binary-only codec supportGuenter Bartsch
CVS patchset: 3580 CVS date: 2002/12/18 04:00:45
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
will build all dependent parts (e.g. libxine.la). The directory must still be prepared by running autogen.sh. CVS patchset: 3331 CVS date: 2002/11/22 05:25:14
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-10-09configure.ac:Stephen Torri
- OpenGL header GL/gl.h is checked to see if its exists with wrong header name (GL/GL.h). Test failed despite the file required by src/video_out/video_out_opengl.c was GL/gl.h - Ascii-Art library version incorrect. Required version is 1.4 (contains aalib-config) m4/aa.m4: - Changed aalib version to 1.4 src/audio_out/Makefile.am: src/demuxers/Makefile.am: src/dxr3/Makefile.am: src/input/Makefile.am: src/input/libdvdnav/Makefile.am: src/input/libdvdread/Makefile.am: src/libffmpeg/libavcodec/Makefile.am: src/libffmpeg/libavcodec/i386/Makefile.am: src/libffmpeg/libavcodec/mlib/Makefile.am: src/libmad/Makefile.am: src/libmpeg2/Makefile.am: src/libvorbis/Makefile.am: src/libw32dll/Makefile.am: src/libw32dll/wine/Makefile.am: src/libxineadec/Makefile.am: src/libxvid/Makefile.am: src/video_out/Makefile.am: src/video_out/libdha/Makefile.am: src/video_out/vidix/Makefile.am: src/xine-engine/Makefile.am: src/xine-utils/Makefile.am: - Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in. Adding it here was redundant. Thanks to Mike and others for pointing this out. CVS patchset: 2805 CVS date: 2002/10/09 05:13:38
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-06-19Fix previous commit (should link to libxine instead of libxineutils)Ewald Snel
CVS patchset: 2093 CVS date: 2002/06/19 19:02:34
2002-06-19Fix memory leaks and related bugsEwald Snel
CVS patchset: 2092 CVS date: 2002/06/19 16:33:00
2002-03-24Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are brokenDaniel Caujolle-Bert
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56
2002-01-07Compilation in separate obj-dir brokenJuergen Keil
CVS patchset: 1362 CVS date: 2002/01/07 12:19:46
2002-01-06updating directshow support with avifile/mplayer changesMiguel Freitas
CVS patchset: 1357 CVS date: 2002/01/06 18:56:19
2001-11-16small cleanupMiguel Freitas
CVS patchset: 1052 CVS date: 2001/11/16 20:44:54
2001-11-16improving audio syncMiguel Freitas
CVS patchset: 1049 CVS date: 2001/11/16 17:55:20
2001-11-15- audio bugfixes (dynamic buffers and Direct Show support). it show playMiguel Freitas
about any working audio codec now, no matter the rate and number of channels. unfortunately sync and seek might be broken. CVS patchset: 1041 CVS date: 2001/11/15 00:41:28
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-07-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55
2001-06-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
2001-06-10Fix debug build stages.Daniel Caujolle-Bert
CVS patchset: 151 CVS date: 2001/06/10 02:43:39
2001-06-09finally - w32codec works againGuenter Bartsch
CVS patchset: 137 CVS date: 2001/06/09 18:40:41
2001-06-09more avi demuxer/libw32 bugfixesGuenter Bartsch
CVS patchset: 136 CVS date: 2001/06/09 17:07:21
2001-06-07w32codec bugfixesGuenter Bartsch
CVS patchset: 132 CVS date: 2001/06/07 20:23:54
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
2001-04-24fixed buffer.c and more cleanupsGuenter Bartsch
CVS patchset: 19 CVS date: 2001/04/24 15:47:32
2001-04-21Turned demuxers into plugins. Change plugins naming scheme (seeDaniel Caujolle-Bert
xine_internal.h). Fixed load_plugins* to new API. Add iface version into demux_plugin_t, add version checking into init_demux_plugin. Fixed get_identifier from demuxers (void param). Turned libw32dll into codec plugin (only compiling side yet). CVS patchset: 11 CVS date: 2001/04/21 00:14:39
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39