Okay, so I have some code that looks like it will work, so now is when I
need to start testing it. But to get it to compile and install with pygame,
I've been trying to figure out how to add the necessary stuff to config.py
and config_unix.py.

Does anyone have some information on how to do this?

For reference, right now I'm including these:
#include <ffmpeg/avstring.h>
#include <ffmpeg/rtsp.h>
#include <ffmpeg/swscale.h>
#include <ffmpeg/opt.h>
#include <libavdevice/avdevice.h>

#include <SDL.h>
#include <SDL_thread.h>
#include <ffmpeg/avformat.h>

in my code.

I've already tried to find the relevant info, but no luck there. Thanks for
any and all help!

-Tyler

-- 
Visit my blog at http://oddco.ca/zeroth/zblog

Reply via email to