Fix upload progress callback in transcoder

This commit is contained in:
Arun Raghavan 2012-11-11 17:35:56 +05:30
parent ec5bcfc48e
commit 8fae40f1e4
2 changed files with 16 additions and 3 deletions

View file

@ -5,7 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := libtranscode
LOCAL_SRC_FILES := transcode.c
LOCAL_SHARED_LIBRARIES := gstreamer_android
LOCAL_LDLIBS := -landroid
LOCAL_LDLIBS := -landroid -llog
include $(BUILD_SHARED_LIBRARY)