mirror of
https://github.com/followmsi/android_hardware_qcom_media.git
synced 2024-10-31 22:47:35 +00:00
mm-video-v4l2: Enable flags to load qdmetadata dynamically
qdMetaData flag is not enabled in makefile which is resulting in failure of dynamically loading venc library. Enable this flag for successfuly load Venc lib. Change-Id: I66ef297d9be76fdc93d49a7c92f58aa728b09139 CRs-Fixed: 1106221
This commit is contained in:
parent
19bbf9fd27
commit
81dadbc8ed
1 changed files with 2 additions and 2 deletions
|
@ -82,6 +82,6 @@ libOmxVenc_la_SOURCES = $(sources)
|
|||
libOmxVenc_la_CFLAGS = $(AM_CFLAGS) $(AM_CPPFLAGS) -fPIC
|
||||
#libOmxVenc_la_LDLIBS = ../libc2d2colorconvert/libc2dcolorconvert.la
|
||||
#libOmxVenc_la_LIBADD = ../../../mm-core/libOmxCore.la
|
||||
libOmxVenc_la_LDFLAGS = -lstdc++ -lpthread -llog -lutils -lbinder -lcutils -lglib-2.0 -lbase -ldl -lpthread -shared
|
||||
# -lqdMetaData -lc2d2 -lgui -lOmxCore -lgpustats -ldl -lpthread
|
||||
libOmxVenc_la_LDFLAGS = -lstdc++ -lpthread -llog -lutils -lbinder -lcutils -lglib-2.0 -lbase -ldl -lpthread -shared -lqdMetaData
|
||||
# -lc2d2 -lgui -lOmxCore -lgpustats -ldl -lpthread
|
||||
libOmxVenc_la_LDFLAGS += -version-info 0
|
Loading…
Reference in a new issue