vidtex: fix to link brcm EGL and GLES 54/219454/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 5 Dec 2019 04:48:21 +0000 (13:48 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 5 Dec 2019 04:48:24 +0000 (13:48 +0900)
There are two sets of EGL and GLES, one is brcm naming and the
other is common naming. The vidtex is using brcm EGL and GLES,
so fix to link brcm files.

Change-Id: I03e9ab63897c0defa6a2b08da33efdb5589bd4b6
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
host_applications/android/apps/vidtex/CMakeLists.txt

index 1f705ef..492d3b9 100755 (executable)
@@ -9,4 +9,4 @@ set (VIDTEX_SOURCES
    svp.c
    vidtex.c)
 add_executable(vidtex ${VIDTEX_SOURCES})
-target_link_libraries(vidtex GLESv2 EGL m bcm_host mmal_core mmal_components mmal_util mmal_vc_client vcos)
+target_link_libraries(vidtex brcmGLESv2 brcmEGL m bcm_host mmal_core mmal_components mmal_util mmal_vc_client vcos)