Skip to content
Snippets Groups Projects
Commit 73d06a3c authored by Alexandre Lision's avatar Alexandre Lision
Browse files

* #40116: fix opus compilation

Bug introduced in rev 822ca2e9.
parent 822ca2e9
No related branches found
No related tags found
No related merge requests found
......@@ -361,7 +361,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/.. \
LOCAL_MODULE := libcodec_opus
LOCAL_LDLIBS := -llog
LOCAL_LDLIBS := -llog
LOCAL_CPPFLAGS += $(NETWORKMANAGER) \
-DCCPP_PREFIX \
......
......@@ -159,4 +159,4 @@ LOCAL_EXPORT_C_INCLUDES := $(MY_OPUS)/include
LOCAL_MODULE := libopus
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment