From: Seung-Woo Kim Date: Thu, 5 Dec 2019 04:48:21 +0000 (+0900) Subject: vidtex: fix to link brcm EGL and GLES X-Git-Tag: submit/tizen/20191210.071113~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F219454%2F1;p=platform%2Fadaptation%2Fbroadcom%2Flibomxil-vc4.git vidtex: fix to link brcm EGL and GLES 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 --- diff --git a/host_applications/android/apps/vidtex/CMakeLists.txt b/host_applications/android/apps/vidtex/CMakeLists.txt index 1f705ef..492d3b9 100755 --- a/host_applications/android/apps/vidtex/CMakeLists.txt +++ b/host_applications/android/apps/vidtex/CMakeLists.txt @@ -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)