[vlc-devel] mpeg2dec

Steve Lhomme steve.lhomme at free.fr
Tue Feb 8 20:19:32 CET 2005


Hi,

To compile the mpeg2 plugin of VLC in MSVC, I had to change 
codec/libmpeg2.c from

#include <mpeg2.h>

to

#include <mpeg2dec/mpeg2.h>

But I didn't submit the patch because I was it was specific to my 
system. When I checked configure.ac, the test for libmpeg2 is the 
following :

         [#include <mpeg2dec/mpeg2.h>
          #ifdef MPEG2_RELEASE
          #if MPEG2_RELEASE >= MPEG2_VERSION(0,3,2)
          yes
          #endif
          #endif],

That means on all systems you support it's in the mpeg2dec directory 
too. So maybe the include line in the source should be changed too ?

-- 
robUx4 on blog <http://robux4.blogspot.com/>

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list