Skip to content

Commit

Permalink
rename examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed May 23, 2013
1 parent 5126ab4 commit 90b283f
Show file tree
Hide file tree
Showing 29 changed files with 5 additions and 15 deletions.
10 changes: 5 additions & 5 deletions examples/examples.pro
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
TEMPLATE = subdirs

SUBDIRS += \
simpleplayer \
vo-qt \
player \
videographicsitem \
videowall

#TODO: mingw cross
config_gdiplus {
SUBDIRS += player-gdi
SUBDIRS += vo-gdi
}
config_direct2d {
SUBDIRS += player-d2d
SUBDIRS += vo-d2d
}
config_gl {
SUBDIRS += player-gl
SUBDIRS += vo-gl
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions examples/simpleplayer/main.cpp → examples/player/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ int main(int argc, char *argv[])
if (!media_file.isEmpty()) {
window.play(media_file);
}
/*
AVPlayer player;
player.setRenderer(renderer);
if (!media_file.isEmpty()) {
player.play(media_file);
}
*/
int ret = a.exec();
delete renderer;
return ret;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = player
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = player-d2d
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TEMPLATE = app
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = player-gdi
STATICLINK = 0
PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/src/libQtAV.pri)
Expand Down

0 comments on commit 90b283f

Please sign in to comment.