Hi, I have difficulty installing PyMedia with the necessary codecs I have ffmpeg installed with codec libraries in /opt/local (Through MacPorts with % sudo port install ffmpeg +lame +libogg +vorbis +xvid +x264 +a52 +faac +faad +dts)
But when I use setup.py it doesn't find those codec libraries: ~/Desktop/pymedia-1.3.7.3]% python setup.py install [...] OGG : not found VORBIS : not found FAAD : not found MP3LAME : not found VORBISENC : not found ALSA : not found How can I tell setup.py to use find these libraries in /opt/local/ ? best, dirk ----------------------------- Dirk van Oosterbosch de Wittenstraat 225 1052 AT Amsterdam the Netherlands http://labs.ixopusada.com ----------------------------- ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users
