Skip to content

Commit

Permalink
Android.mk: fix include path for mpg123.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 5, 2024
1 parent 0da315d commit e3977d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ endif

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

0 comments on commit e3977d1

Please sign in to comment.