restored swscale and updated opengl fx spec
This commit is contained in:
@@ -134,16 +134,16 @@ win32 {
|
||||
LIBS += -L../ffmpeg/lib -lopengl32
|
||||
INCLUDEPATH = ../ffmpeg/include
|
||||
RC_FILE = icons/win.rc
|
||||
LIBS += -lavutil -lavformat -lavcodec -lavfilter -lswscale -lswresample
|
||||
LIBS += -lavutil -lavformat -lavcodec -lswscale -lswresample
|
||||
}
|
||||
|
||||
mac {
|
||||
LIBS += -L/usr/local/lib -lavutil -lavformat -lavcodec -lavfilter -lswscale -lswresample
|
||||
LIBS += -L/usr/local/lib -lavutil -lavformat -lavcodec -lswscale -lswresample
|
||||
INCLUDEPATH = /usr/local/include
|
||||
}
|
||||
|
||||
linux {
|
||||
LIBS += -lavutil -lavformat -lavcodec -lavfilter -lswscale -lswresample
|
||||
LIBS += -lavutil -lavformat -lavcodec -lswscale -lswresample
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
|
||||
Reference in New Issue
Block a user