<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/src/libw32dll/wine, branch master</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>libw32dll linker fix</title>
<updated>2014-05-19T08:48:47+00:00</updated>
<author>
<name>Thomas Klausner</name>
<email>tk@giga.or.at</email>
</author>
<published>2014-05-19T08:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=32123f5a602dd3b581e46aead900f31257f0e163'/>
<id>32123f5a602dd3b581e46aead900f31257f0e163</id>
<content type='text'>
libw32dll on NetBSD uses i386_set_ldt. This function lives in libi386.so, so this needs to be linked.
For this reason, lhe attached patches test for i386_set_ldt in libi386 and add it to the linker command line if found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libw32dll on NetBSD uses i386_set_ldt. This function lives in libi386.so, so this needs to be linked.
For this reason, lhe attached patches test for i386_set_ldt in libi386 and add it to the linker command line if found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation on DragonFlyBSD.</title>
<updated>2014-05-18T14:06:49+00:00</updated>
<author>
<name>Thomas Klausner</name>
<email>tk@giga.or.at</email>
</author>
<published>2014-05-18T14:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=66f500e57bb65193d439d02e1058d1145f3ede6f'/>
<id>66f500e57bb65193d439d02e1058d1145f3ede6f</id>
<content type='text'>
https://bugs.xine-project.org/show_bug.cgi?id=521
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.xine-project.org/show_bug.cgi?id=521
</pre>
</div>
</content>
</entry>
<entry>
<title>libw32dll: fix const issues</title>
<updated>2014-03-11T08:41:25+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2014-03-11T08:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=cf9f0007c7ac888197d591ff219b1f335d4fc09a'/>
<id>cf9f0007c7ac888197d591ff219b1f335d4fc09a</id>
<content type='text'>
Casting const away is usually bad idea. It does not fix the cause (incorrect types).
Also, casting const away issues warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Casting const away is usually bad idea. It does not fix the cause (incorrect types).
Also, casting const away issues warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence a lot of "attribute ignored" compiler warnings.</title>
<updated>2014-03-08T14:11:25+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2014-03-08T14:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=02a881e0a702cfc5e2062669b7643a3c5d255d20'/>
<id>02a881e0a702cfc5e2062669b7643a3c5d255d20</id>
<content type='text'>
I hope this does not break something as it applies to x86 only anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I hope this does not break something as it applies to x86 only anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year update by hg log info</title>
<updated>2013-09-13T10:50:25+00:00</updated>
<author>
<name>Torsten Jager</name>
<email>t.jager@gmx.de</email>
</author>
<published>2013-09-13T10:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b'/>
<id>50caa6c2122224df42c6d8a5c88ffb5b2d4afb8b</id>
<content type='text'>
script execution time: 55"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
script execution time: 55"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.1</title>
<updated>2011-10-17T10:14:43+00:00</updated>
<author>
<name>Petri Hintukainen</name>
<email>phintuka@users.sourceforge.net</email>
</author>
<published>2011-10-17T10:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=81c84b6bf06482c5988fd16f68050177c1afc358'/>
<id>81c84b6bf06482c5988fd16f68050177c1afc358</id>
<content type='text'>
--HG--
rename : src/xine-engine/xine_internal.h =&gt; include/xine/xine_internal.h
rename : src/xine-utils/xineutils.h =&gt; include/xine/xineutils.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/xine-engine/xine_internal.h =&gt; include/xine/xine_internal.h
rename : src/xine-utils/xineutils.h =&gt; include/xine/xineutils.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable strict-aliasing where it caused compiler warnings</title>
<updated>2011-10-15T20:11:45+00:00</updated>
<author>
<name>Christian Ruppert</name>
<email>idl0r@gentoo.org</email>
</author>
<published>2011-10-15T20:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4'/>
<id>0f53dcaa8cae2d37e886fff0d7a44ed6e679aeb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill some "discarded qualifier" warnings in libw32dll.</title>
<updated>2011-10-15T20:22:27+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2011-10-15T20:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=031efcfba644acddec5fb45c096afcdd5559b2ea'/>
<id>031efcfba644acddec5fb45c096afcdd5559b2ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from 1.1.</title>
<updated>2011-10-04T22:41:41+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2011-10-04T22:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5be586e3025e72c1a1cef2a3ada6238486f7ed43'/>
<id>5be586e3025e72c1a1cef2a3ada6238486f7ed43</id>
<content type='text'>
--HG--
rename : src/xine-utils/attributes.h =&gt; include/xine/attributes.h
rename : src/xine-engine/xine_internal.h =&gt; include/xine/xine_internal.h
rename : src/xine-utils/xineutils.h =&gt; include/xine/xineutils.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : src/xine-utils/attributes.h =&gt; include/xine/attributes.h
rename : src/xine-engine/xine_internal.h =&gt; include/xine/xine_internal.h
rename : src/xine-utils/xineutils.h =&gt; include/xine/xineutils.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socket_cloexec() function.</title>
<updated>2011-10-03T11:11:56+00:00</updated>
<author>
<name>Chris Rankin</name>
<email>rankincj@yahoo.com</email>
</author>
<published>2011-10-03T11:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=5db268a002e7a102855e84a3ff5e1c27ca7cb927'/>
<id>5db268a002e7a102855e84a3ff5e1c27ca7cb927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
