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:
Dominik Riebeling 2009-10-13 20:55:56 +00:00
parent bc748951b9
commit 2e9155c3c5

View file

@ -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)