Skip to content

Commit e3977d1

Browse files
committed
Android.mk: fix include path for mpg123.h
1 parent 0da315d commit e3977d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ endif
126126

127127
# This needs to be a shared library to comply with the LGPL license
128128
ifeq ($(SUPPORT_MP3_MPG123),true)
129-
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(MPG123_LIBRARY_PATH)
129+
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(MPG123_LIBRARY_PATH)/android
130130
LOCAL_CFLAGS += -DMUSIC_MP3_MPG123
131131
LOCAL_SHARED_LIBRARIES += mpg123
132132
endif

0 commit comments

Comments
 (0)