<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine, branch 1.1.21</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>Fix utilization of _POSIX_THREAD_PRIORITY_SCHEDULING macro</title>
<updated>2012-06-08T08:15:29+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2012-06-08T08:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=230bccb2dcdaed84ce9820b13c4dc1f58eacb13a'/>
<id>230bccb2dcdaed84ce9820b13c4dc1f58eacb13a</id>
<content type='text'>
A POSIX compliant OS can have a setting
of (-1) instead of say 200112L to indicate that the OS
does not implement the feature. The code as it is would
still attempt to utilize the functions if (-1) were
being set and fail to build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A POSIX compliant OS can have a setting
of (-1) instead of say 200112L to indicate that the OS
does not implement the feature. The code as it is would
still attempt to utilize the functions if (-1) were
being set and fail to build.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix make uninstall for libxine-1.def</title>
<updated>2012-06-06T09:42:34+00:00</updated>
<author>
<name>Volker Grabsch</name>
<email>vog@notjusthosting.com</email>
</author>
<published>2012-06-06T09:42:34+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cd929724be459ab969e9c29d867c7a1a8c99ee0f'/>
<id>cd929724be459ab969e9c29d867c7a1a8c99ee0f</id>
<content type='text'>
"make uninstall" tries to remove the local "libxine-1.def" instead of
the installed "/.../i686-pc-mingw32/lib/libxine-1.def".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"make uninstall" tries to remove the local "libxine-1.def" instead of
the installed "/.../i686-pc-mingw32/lib/libxine-1.def".
</pre>
</div>
</content>
</entry>
<entry>
<title>fix install/uninstall static library in windows</title>
<updated>2012-06-06T09:41:28+00:00</updated>
<author>
<name>Volker Grabsch</name>
<email>vog@notjusthosting.com</email>
</author>
<published>2012-06-06T09:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=4739a43b5fb9397036eea218ff67e2163faa948b'/>
<id>4739a43b5fb9397036eea218ff67e2163faa948b</id>
<content type='text'>
The problem is that libxine-1.def is not generated when building a static
library, so it can't be installed or uninstalled. So the corresponding commands
in Makefile.am should be allowed to fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem is that libxine-1.def is not generated when building a static
library, so it can't be installed or uninstalled. So the corresponding commands
in Makefile.am should be allowed to fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed -no-undefined handling with mingw and cygwin</title>
<updated>2012-06-05T09:18:46+00:00</updated>
<author>
<name>Carlo Bramini</name>
<email>carlo.bramix@libero.it</email>
</author>
<published>2012-06-05T09:18:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=43d2cc9a1598132bda53d1e95bf7f90e5cc82fab'/>
<id>43d2cc9a1598132bda53d1e95bf7f90e5cc82fab</id>
<content type='text'>
"-no-undefined" is not a linker flag, it's a libtool flag, so it must be
removed from LDFLAGS for CYGWIN and MINGW. There is already another variable
for that purpose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"-no-undefined" is not a linker flag, it's a libtool flag, so it must be
removed from LDFLAGS for CYGWIN and MINGW. There is already another variable
for that purpose.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed race in metronom_get_option(): reading int64 is not atomic in 32-bit systems</title>
<updated>2012-02-27T08:05:05+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2012-02-27T08:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=47b02c9e06279a287a06a06c8fd9711eada75d80'/>
<id>47b02c9e06279a287a06a06c8fd9711eada75d80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile failure in osd.c with sys-libs/zlib-1.2.6</title>
<updated>2012-01-30T17:48:40+00:00</updated>
<author>
<name>Ulrich Müller</name>
<email>ulm@gentoo.org</email>
</author>
<published>2012-01-30T17:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ae57a6300677788caeb8dd2b008258b91fe16c47'/>
<id>ae57a6300677788caeb8dd2b008258b91fe16c47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hack to avoid xine-list-* causing catalog.cache to be written.</title>
<updated>2012-01-18T21:48:29+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2012-01-18T21:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7c873b0529321eafb2968903dfcfd4258fcf6005'/>
<id>7c873b0529321eafb2968903dfcfd4258fcf6005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge</title>
<updated>2011-12-16T09:45:23+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-12-16T09:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a541a6e710239d3a2d00a1f07e8afa8e50f05594'/>
<id>a541a6e710239d3a2d00a1f07e8afa8e50f05594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed write-only variables</title>
<updated>2011-12-16T09:15:58+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-12-16T09:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6b454a7621efa197b3f922c1ea840b359ac573b2'/>
<id>6b454a7621efa197b3f922c1ea840b359ac573b2</id>
<content type='text'>
--HG--
branch : point-release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : point-release
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed osd_hide() return value</title>
<updated>2011-12-16T07:56:23+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-12-16T07:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e6491929982ee688487bee2b8ace43e3ae9ffb3f'/>
<id>e6491929982ee688487bee2b8ace43e3ae9ffb3f</id>
<content type='text'>
--HG--
branch : point-release
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : point-release
</pre>
</div>
</content>
</entry>
</feed>
