vilkov / phonon-vlc-mplayer

Automatically exported from code.google.com/p/phonon-vlc-mplayer
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Pro file for backend only #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I created a .pro to compile only the mplayer backend with current version
of phonon included in Qt 4.5.1.

Just put it in phonon-mplayer and go with "qmake && make"

Original issue reported on code.google.com by legars2...@gmail.com on 3 Jun 2009 at 10:03

Attachments:

GoogleCodeExporter commented 8 years ago
Hello

Thanks for the .pro file.
I've commited it, see 
http://code.google.com/p/phonon-vlc-mplayer/source/detail?r=917

Just a question: why do you define PHONON_MPLAYER_DIR and LIBMPLAYER_DIR ?
Why not simply write
    MPlayerProcess.h \
    libmplayer/Backend.h \

I've tested with VC++ and works fine

Merci

Original comment by tkrotoff on 7 Jun 2009 at 2:02

GoogleCodeExporter commented 8 years ago
Hi,

PHONON_MPLAYER_DIR and LIBMPLAYER_DIR are defined only to match with other Qt's 
backends .pro files...

Original comment by legars2...@gmail.com on 10 Jun 2009 at 11:40

GoogleCodeExporter commented 8 years ago

Original comment by tkrotoff on 29 Jun 2009 at 9:26