Allow non PNACL versions of VBA-M to build

This commit is contained in:
Arthur Moore 2014-12-12 15:15:18 -05:00
parent 27243323fd
commit fdb6da1b9b
1 changed files with 4 additions and 4 deletions

View File

@ -318,10 +318,6 @@ SET(SRC_SDL
src/sdl/expr-lex.cpp
)
SET(SRC_PNACL
src/pnacl/nacl_glue.cpp
)
SET(SRC_FILTERS
src/filters/2xSaI.cpp
src/filters/admame.cpp
@ -345,6 +341,10 @@ SET(SRC_HQ_ASM
src/filters/hq/asm/hq3x32.cpp
)
IF ( PNACL )
SET( SRC_PNACL src/pnacl/nacl_glue.cpp )
ENDIF ( PNACL )
if( ENABLE_ASM_SCALERS )
SET(SRC_FILTERS ${SRC_FILTERS} ${SRC_HQ_ASM})
else( ENABLE_ASM_SCALERS )