Add the left brace again that was unintentionally lost.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23165 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bc748951b9
commit
2e9155c3c5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ message("Rockbox Base dir: "$$RBBASE_DIR)
|
|||
|
||||
# check for system speex. Add a custom rule for pre-building librbspeex if not found.
|
||||
LIBSPEEX = $$system(pkg-config --silence-errors --libs speex)
|
||||
!static:!isEmpty(LIBSPEEX)
|
||||
!static:!isEmpty(LIBSPEEX) {
|
||||
# newer versions of speex are split up into libspeex and libspeexdsp.
|
||||
# avoid checking twice if libspeex is missing.
|
||||
LIBSPEEX += $$system(pkg-config --silence-errors --libs speexdsp)
|
||||
|
|
Loading…
Reference in a new issue