<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/xine-engine, branch 1.2.2</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>Merge from 1.1</title>
<updated>2012-06-08T08:04:53+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2012-06-08T08:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=48ae26609b21739f64863dc3d7dd54ede8cdd1ed'/>
<id>48ae26609b21739f64863dc3d7dd54ede8cdd1ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Merge from 1.1</title>
<updated>2012-06-06T09:49:24+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2012-06-06T09:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=6a320680e080f23b9bd0e6d8208f61e91b4542f6'/>
<id>6a320680e080f23b9bd0e6d8208f61e91b4542f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Merge from 1.1</title>
<updated>2012-06-05T09:47:26+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2012-06-05T09:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b631217b97e6e63807a2e7195658d12de0236f58'/>
<id>b631217b97e6e63807a2e7195658d12de0236f58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Make OSD blend buffers 16-byte aligned</title>
<updated>2012-04-12T13:57:40+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2012-04-12T13:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=43243f669e5e6aff88bd8dce3167eb37e645941f'/>
<id>43243f669e5e6aff88bd8dce3167eb37e645941f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
