1
0
Fork 0
forked from len0rd/rockbox

Split up encoders sources.

Create a separate source / header file for each supported encoder and the base
class and rename classes for better readability. This should also make it
easier adding new encoders.

Remove a few trailing spaces while at it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31592 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2012-01-06 19:19:32 +00:00
parent f860b57143
commit be0e197190
12 changed files with 337 additions and 239 deletions

View file

@ -33,7 +33,9 @@ SOURCES += \
uninstallwindow.cpp \
base/utils.cpp \
preview.cpp \
base/encoders.cpp \
base/encoderbase.cpp \
base/encoderrbspeex.cpp \
base/encoderexe.cpp \
encttscfggui.cpp \
base/encttssettings.cpp \
base/ttsbase.cpp \
@ -95,7 +97,9 @@ HEADERS += \
uninstallwindow.h \
base/utils.h \
preview.h \
base/encoders.h \
base/encoderbase.h \
base/encoderrbspeex.h \
base/encoderexe.h \
encttscfggui.h \
base/encttssettings.h \
base/ttsbase.h \