-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVideoPlayer.pro
More file actions
43 lines (36 loc) · 808 Bytes
/
Copy pathVideoPlayer.pro
File metadata and controls
43 lines (36 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
INCLUDEPATH += /home/ubuntu/tools/ffmpeg_build/include/
LIBS += -L/home/ubuntu/tools/ffmpeg_build/lib/ -lavcodec \
-lavdevice \
-lavfilter \
-lavformat \
-lavutil \
-lswresample \
-lswscale
LIBS += -lSDL2
LIBS += -lGL \
-lGLEW \
-lglfw
SOURCES += \
copenglplayer.cpp \
crawdataopenglplayer.cpp \
crawdataplayer.cpp \
csdlplayer.cpp \
cvideodecoder.cpp \
cvideoopenglplayer.cpp \
cvideoplayer.cpp \
main.cpp
HEADERS += \
copenglplayer.h \
crawdataopenglplayer.h \
crawdataplayer.h \
csdlplayer.h \
cvideodecoder.h \
cvideoopenglplayer.h \
cvideoplayer.h
DISTFILES += \
Shader.fsh \
Shader.vsh