Skip to content

Commit

Permalink
media: libOmxSw encoders require prop headers :(
Browse files Browse the repository at this point in the history
Change-Id: Iac6497df24008e231e3a72a54581d09a6c6b30bf
  • Loading branch information
rmcc authored and elginsk8r committed Jun 3, 2018
1 parent f760883 commit 16dfef9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mm-video-v4l2/vidc/venc/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ ifeq ($(call is-board-platform-in-list, $(TARGETS_THAT_NEED_SW_VENC_MPEG4)),true
# Make the Shared library (libOmxSwVencMpeg4)
# ---------------------------------------------------------------------------------

ifneq ($(QCPATH),)
include $(CLEAR_VARS)

libmm-venc-inc += $(TARGET_OUT_HEADERS)/mm-video/swvenc
Expand All @@ -181,6 +182,7 @@ LOCAL_SRC_FILES := src/omx_video_base.cpp
LOCAL_SRC_FILES += src/omx_swvenc_mpeg4.cpp

include $(BUILD_SHARED_LIBRARY)
endif # QCPATH
endif


Expand Down

0 comments on commit 16dfef9

Please sign in to comment.