diff options
author | Arno <am@disconnect.de> | 2013-03-29 12:55:36 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-29 12:55:36 +0100 |
commit | 1bcbb69e31090cf71e913419299b52dd4d094bef (patch) | |
tree | 07fc7ed7ff38b68ed996ba398e564219e85758f5 /shemov.pro | |
parent | 110271a7db1ef05769bcfb5c936caad82bc0e498 (diff) | |
download | SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.tar.gz SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.tar.bz2 SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.zip |
Make FrameCache threaded
create snapshot pics in a separate thread. Also use the first frame
available if the clip isn't long enough for the configured frame.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -41,7 +41,8 @@ SOURCES = main.cpp \ pictureviewer2.cpp \ picfilesmodel.cpp \ smdirwatcher.cpp \ - smdirmodel.cpp + smdirmodel.cpp \ + framecache.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -78,6 +79,7 @@ HEADERS = \ pictureviewer2.h \ picfilesmodel.h \ smdirwatcher.h \ - smdirmodel.h + smdirmodel.h \ + framecache.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc |