Hry0319 / qtffmpegwrapper

Automatically exported from code.google.com/p/qtffmpegwrapper
Other
0 stars 0 forks source link

cio.cpp #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in cio.cpp
line 88:
#ifdef LINUX
should be
#ifdef linux

Original issue reported on code.google.com by yyfeng88...@gmail.com on 7 Oct 2011 at 8:37

GoogleCodeExporter commented 8 years ago
Thanks. Can you tell me: did you defined linux in your project file, or is it 
set by qmake or gcc by default?

I'm looking at Q_OS_LINUX in qtglobal. Do you know if this should this be the 
more appropriate way to identify the platform?
http://doc.qt.nokia.com/4.7/qtglobal.html#Q_OS_LINUX

Original comment by droggen on 7 Oct 2011 at 8:58

GoogleCodeExporter commented 8 years ago
Not in my project,it happens when I compiles the simpleenedec. I'm very good at 
Qt style program,Q_OS_LINUX may works fine!:D

Original comment by yyfeng88...@gmail.com on 10 Oct 2011 at 4:16