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:
Deepak Kushwah 2016-12-28 15:51:18 +05:30 committed by Gerrit - the friendly Code Review server
parent 19bbf9fd27
commit 81dadbc8ed

View file

@ -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