mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: added builtin rbspeex encoder. Reworked encoder configuration.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15925 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed047d9db1
commit
815504b449
10 changed files with 284 additions and 230 deletions
|
|
@ -35,7 +35,8 @@ SOURCES += rbutilqt.cpp \
|
|||
uninstallwindow.cpp \
|
||||
utils.cpp \
|
||||
browseof.cpp \
|
||||
preview.cpp
|
||||
preview.cpp \
|
||||
encoders.cpp
|
||||
|
||||
HEADERS += rbutilqt.h \
|
||||
install.h \
|
||||
|
|
@ -71,11 +72,14 @@ HEADERS += rbutilqt.h \
|
|||
uninstallwindow.h \
|
||||
utils.h \
|
||||
browseof.h \
|
||||
preview.h
|
||||
preview.h \
|
||||
encoders.h
|
||||
|
||||
# Needed by QT on Win
|
||||
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher
|
||||
INCLUDEPATH = . irivertools zip zlib ../ipodpatcher ../sansapatcher ../../tools/rbspeex
|
||||
|
||||
LIBS += -L../../tools/rbspeex -lrbspeex
|
||||
|
||||
TEMPLATE = app
|
||||
dbg {
|
||||
CONFIG += debug thread qt warn_on
|
||||
|
|
@ -100,7 +104,9 @@ FORMS += rbutilqtfrm.ui \
|
|||
installthemesfrm.ui \
|
||||
uninstallfrm.ui \
|
||||
browseoffrm.ui \
|
||||
previewfrm.ui
|
||||
previewfrm.ui \
|
||||
rbspeexcfgfrm.ui \
|
||||
encexescfgfrm.ui
|
||||
|
||||
RESOURCES += rbutilqt.qrc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue