linux - using w32codecs in my own app
Hey everyone,
is there a way I can use w32codecs package in my own app? I need it to implement streaming textures in OpenGL. If there is a way, then where can I find the appropriate header files and libs?
Thanx for any help
Christian Marillat's w32codecs package is a package largely made up of Windows DLL files. The legal status of redistributing the package is debatable. Some IA-32 Linux media players support using the code from these DLLs so that they can decode odd-ball formats. In other words, hopefully you'd be better off using a format for which there's a 'real' codec available.
Look into GStreamer or FFmpeg's libavcodec.
Look into GStreamer or FFmpeg's libavcodec.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement