<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libw32dll/DirectShow/Makefile.am, branch 1-rc3</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>as announced on xine-devel, this is the big Makefile refactoring:</title>
<updated>2003-05-14T16:21:44+00:00</updated>
<author>
<name>Michael Roitzsch</name>
<email>mroi@users.sourceforge.net</email>
</author>
<published>2003-05-14T16:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e1d76f47f530f3b76cfe81eb9da1348df17e801'/>
<id>8e1d76f47f530f3b76cfe81eb9da1348df17e801</id>
<content type='text'>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extracted some common targets and variables into a common Makefile
which is then included

CVS patchset: 4844
CVS date: 2003/05/14 16:21:44

</pre>
</div>
</content>
</entry>
<entry>
<title>configure.ac:</title>
<updated>2002-10-09T05:13:38+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-10-09T05:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=174abfc85ddc0220efecd4b7cda27816ef999c10'/>
<id>174abfc85ddc0220efecd4b7cda27816ef999c10</id>
<content type='text'>
- 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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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

</pre>
</div>
</content>
</entry>
<entry>
<title>Updated cvscompile.sh to look for configure.ac</title>
<updated>2002-09-19T06:01:18+00:00</updated>
<author>
<name>Stephen Torri</name>
<email>storri@users.sourceforge.net</email>
</author>
<published>2002-09-19T06:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd'/>
<id>7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd</id>
<content type='text'>
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 &lt;libdir&gt;/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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;libdir&gt;/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

</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken</title>
<updated>2002-03-24T23:31:56+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2002-03-24T23:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=fceae5849b57feab320e768696564b3b93bcddc7'/>
<id>fceae5849b57feab320e768696564b3b93bcddc7</id>
<content type='text'>
now, so check and report, thanks.

CVS patchset: 1629
CVS date: 2002/03/24 23:31:56

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now, so check and report, thanks.

CVS patchset: 1629
CVS date: 2002/03/24 23:31:56

</pre>
</div>
</content>
</entry>
<entry>
<title>Compilation in separate obj-dir broken</title>
<updated>2002-01-07T12:19:46+00:00</updated>
<author>
<name>Juergen Keil</name>
<email>jkeil@users.sourceforge.net</email>
</author>
<published>2002-01-07T12:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d9db751ede22e114d41c0b6fb095e2ce68c0514a'/>
<id>d9db751ede22e114d41c0b6fb095e2ce68c0514a</id>
<content type='text'>
CVS patchset: 1362
CVS date: 2002/01/07 12:19:46

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1362
CVS date: 2002/01/07 12:19:46

</pre>
</div>
</content>
</entry>
<entry>
<title>updating directshow support with avifile/mplayer changes</title>
<updated>2002-01-06T18:56:19+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2002-01-06T18:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8377788b342919ec0ff4c29f048b907abce994d4'/>
<id>8377788b342919ec0ff4c29f048b907abce994d4</id>
<content type='text'>
CVS patchset: 1357
CVS date: 2002/01/06 18:56:19

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1357
CVS date: 2002/01/06 18:56:19

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong dependencies (only ix86 arch build).</title>
<updated>2001-12-12T20:57:16+00:00</updated>
<author>
<name>Daniel Caujolle-Bert</name>
<email>f1rmb@users.sourceforge.net</email>
</author>
<published>2001-12-12T20:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5b4d906c33794865d7c4579ebef3b6d671bd3e06'/>
<id>5b4d906c33794865d7c4579ebef3b6d671bd3e06</id>
<content type='text'>
CVS patchset: 1228
CVS date: 2001/12/12 20:57:16

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1228
CVS date: 2001/12/12 20:57:16

</pre>
</div>
</content>
</entry>
<entry>
<title>full DirectShow support (needs testing)</title>
<updated>2001-11-15T14:28:18+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2001-11-15T14:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c1b4a8fe3866ff075e8e90e64b7bccd6eae9a17d'/>
<id>c1b4a8fe3866ff075e8e90e64b7bccd6eae9a17d</id>
<content type='text'>
CVS patchset: 1043
CVS date: 2001/11/15 14:28:18

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1043
CVS date: 2001/11/15 14:28:18

</pre>
</div>
</content>
</entry>
<entry>
<title>direct show updates (audio support working)</title>
<updated>2001-11-15T00:37:15+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2001-11-15T00:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d731e04a7ffc2bac45e975c9b35a16d3e632a91c'/>
<id>d731e04a7ffc2bac45e975c9b35a16d3e632a91c</id>
<content type='text'>
CVS patchset: 1040
CVS date: 2001/11/15 00:37:15

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CVS patchset: 1040
CVS date: 2001/11/15 00:37:15

</pre>
</div>
</content>
</entry>
<entry>
<title>initial import of DirectShow support files. Most of hard work was done</title>
<updated>2001-11-11T23:32:25+00:00</updated>
<author>
<name>Miguel Freitas</name>
<email>miguelfreitas@users.sourceforge.net</email>
</author>
<published>2001-11-11T23:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=675ca3309d98e4257a606e9daed11f7bad8cdca0'/>
<id>675ca3309d98e4257a606e9daed11f7bad8cdca0</id>
<content type='text'>
(converting all c++ files to c) and DS_Audio codecs are already producing
some (weird) sound from my local tree. I hope to commit it soon...

CVS patchset: 1022
CVS date: 2001/11/11 23:32:25

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(converting all c++ files to c) and DS_Audio codecs are already producing
some (weird) sound from my local tree. I hope to commit it soon...

CVS patchset: 1022
CVS date: 2001/11/11 23:32:25

</pre>
</div>
</content>
</entry>
</feed>
