Revert an accidental commit that I didn't want to go in.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
29d20d8068
commit
9096114bd3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ endif
|
|||
endif
|
||||
|
||||
ifneq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||
LIBS = /usr/local/lib/libmtp.a /usr/local/lib/libusb.a
|
||||
LIBS = /usr/lib/libmtp.a /usr/lib/libusb.a
|
||||
CFLAGS += $(shell printf \
|
||||
'\#include <libmtp.h>\nlibmtp version: LIBMTP_VERSION\n' | \
|
||||
gcc -E -P - -o - | grep -q '^libmtp version: 0\.2' && echo '-DOLDMTP')
|
||||
|
|
Loading…
Reference in a new issue