Search found 2 matches
- Tue Jul 31, 2007 1:18 am
- Forum: PSP Development
- Topic: Problem with linking FFMPEG's libraries
- Replies: 2
- Views: 2148
- Tue Jul 31, 2007 12:45 am
- Forum: PSP Development
- Topic: Problem with linking FFMPEG's libraries
- Replies: 2
- Views: 2148
Problem with linking FFMPEG's libraries
Hi, I'm trying to use FFMPEG in a program, but i've got a problem... I can compile the 4 libraries, and i want to use them in this program (that's just the first version, it'll be a video player): #include <pspkernel.h> #include <pspdebug.h> #include <pspctrl.h> #include <stdlib.h> #include <string....