18a94683196406b83b14218d1beef66067f126a16keunyoungLOCAL_PATH := $(call my-dir)
28a94683196406b83b14218d1beef66067f126a16keunyoung
38a94683196406b83b14218d1beef66067f126a16keunyoung### GLESv2_enc Encoder ###########################################
48a94683196406b83b14218d1beef66067f126a16keunyoung$(call emugl-begin-shared-library,libGLESv2_enc)
58a94683196406b83b14218d1beef66067f126a16keunyoung
68a94683196406b83b14218d1beef66067f126a16keunyoungLOCAL_SRC_FILES := \
78a94683196406b83b14218d1beef66067f126a16keunyoung    GL2EncoderUtils.cpp \
88a94683196406b83b14218d1beef66067f126a16keunyoung    GL2Encoder.cpp \
98a94683196406b83b14218d1beef66067f126a16keunyoung    gl2_client_context.cpp \
108a94683196406b83b14218d1beef66067f126a16keunyoung    gl2_enc.cpp \
118a94683196406b83b14218d1beef66067f126a16keunyoung    gl2_entry.cpp
128a94683196406b83b14218d1beef66067f126a16keunyoung
138a94683196406b83b14218d1beef66067f126a16keunyoungLOCAL_CFLAGS += -DLOG_TAG=\"emuglGLESv2_enc\"
148a94683196406b83b14218d1beef66067f126a16keunyoung
158a94683196406b83b14218d1beef66067f126a16keunyoung$(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
168a94683196406b83b14218d1beef66067f126a16keunyoung$(call emugl-import,libOpenglCodecCommon)
178a94683196406b83b14218d1beef66067f126a16keunyoung
188a94683196406b83b14218d1beef66067f126a16keunyoung$(call emugl-end-module)
198a94683196406b83b14218d1beef66067f126a16keunyoung
208a94683196406b83b14218d1beef66067f126a16keunyoung
21