<?xml version='1.0' encoding='ISO-8859-1'?>
     <rss version='2.0'>
      <channel>
       <title>mpega_demo.lha development/example - Comments</title>
       <link>https://eu.os4depot.net/?function=comments&amp;file=development/example/mpega_demo.lha</link>
       <description>Mpega.library demo program for OS4.</description>
       <language>en-gb</language>
       <lastBuildDate>Tue, 14 Apr 2026 18:25:16 +0200</lastBuildDate>
       <image>
        <title>OS4Depot.net</title>
        <url>https://eu.os4depot.net/images/rss.gif</url>
        <link>https://eu.os4depot.net</link>
       </image><item> <title>kas1e (81.9.23.166) @ 12 Mar 2012, 09:43.19</title> <link>https://eu.os4depot.net/?function=comments&amp;file=development/example/mpega_demo.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;kas1e (81.9.23.166)&lt;BR /&gt;&lt;pre&gt;@salas00 
Thanks a lot ! Yesterday tryint to find correct mpega includs, and there is your version. 
 
Can you upload it on os4depot as well ? something just like &quot;mpegadev&quot; or kind, so noone anymore will worring about. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1331541799</guid> <pubDate>Mon, 12 Mar 2012 09:43:19 +0100</pubDate></item><item> <title>salass00 (94.101.5.193) @ 11 Mar 2012, 11:53.19</title> <link>https://eu.os4depot.net/?function=comments&amp;file=development/example/mpega_demo.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;salass00 (94.101.5.193)&lt;BR /&gt;&lt;pre&gt;Also the libraries/mpega.h include seems to be broken. &quot;#pragma pack(2)&quot; is set near the beginning but it's never set back to the default &quot;#pragma pack()&quot; setting (there is a line near the end containing only &quot;#pragma&quot; though so maybe a typing error). My version doesn't have this problem. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1331506399</guid> <pubDate>Sun, 11 Mar 2012 23:53:19 +0100</pubDate></item><item> <title>salass00 (94.101.5.193) @ 11 Mar 2012, 11:45.40</title> <link>https://eu.os4depot.net/?function=comments&amp;file=development/example/mpega_demo.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;salass00 (94.101.5.193)&lt;BR /&gt;&lt;pre&gt;You can get OS4 mpega.library includes here: 
http://dl.dropbox.com/u/26599983/mpega_os4_includes.7z 
 
This also includes a proto/mpega.h file. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1331505940</guid> <pubDate>Sun, 11 Mar 2012 23:45:40 +0100</pubDate></item><item> <title>jaokim (176.10.225.152) @ 11 Mar 2012, 02:38.08</title> <link>https://eu.os4depot.net/?function=comments&amp;file=development/example/mpega_demo.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;jaokim (176.10.225.152)&lt;BR /&gt;&lt;pre&gt;In order to make this compile in to an executable, I had to make these modifications: 
_______________________ 
1. Actaully link the program, not just compile 
File: Examples/Mpega/Makefile 
Change: Remove &quot;-c&quot; on 6th row, so the gcc also links it. 
[code] gcc $(CFLAGS) $(LIBS) -o $(APPL) $(APPL).c[/code] 
_______________________ 
2. Use inlines 
File: Examples/Mpega/MPEGA_demo.c 
Change: Add these lines under line 38: 
[code]#include &lt;inline4/mpega.h&gt; 
#include &lt;interfaces/mpega.h&gt;  [/code] 
 
The second change should really go into the include files with some sort of: 
[code]#ifdef __USE_INLINE__ 
include bla bla 
#endif[/code] 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1331473088</guid> <pubDate>Sun, 11 Mar 2012 14:38:08 +0100</pubDate></item></channel> </rss>