Skip to content

Commit

Permalink
winrt: enable dynamic load libass.dll by default
Browse files Browse the repository at this point in the history
winrt app can load a dll in package at runtime. so deploy libass.dll is
enough
  • Loading branch information
wang-bin committed Dec 6, 2015
1 parent 18ee239 commit 544a3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libQtAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ config_openglwindow {
}
config_libass {
#link against libass instead of dynamic load
!capi|android|ios|winrt|config_libass_link {
!capi|android|ios|config_libass_link {
LIBS += -lass #-lfribidi -lfontconfig -lxml2 -lfreetype -lharfbuzz -lz
DEFINES += CAPI_LINK_ASS
}
Expand Down

0 comments on commit 544a3a0

Please sign in to comment.