diff options
author | Emil Velikov <[email protected]> | 2014-04-05 02:42:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-05-02 21:48:27 +0100 |
commit | be1b5feaa04dfb57ce543d380b84822dffb6db7d (patch) | |
tree | eca9f89abbd761228619c408164d6b3c22e3c625 | |
parent | ce6c17c0833032e91a2d1b34f9eb80c738a854a2 (diff) |
targets/omx: use GALLIUM_VIDEO_CFLAGS
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Christian König <[email protected]>
-rw-r--r-- | src/gallium/targets/r600/omx/Makefile.am | 8 | ||||
-rw-r--r-- | src/gallium/targets/radeonsi/omx/Makefile.am | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/src/gallium/targets/r600/omx/Makefile.am b/src/gallium/targets/r600/omx/Makefile.am index 62e39705fa6..e96027eb2be 100644 --- a/src/gallium/targets/r600/omx/Makefile.am +++ b/src/gallium/targets/r600/omx/Makefile.am @@ -23,13 +23,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ - $(GALLIUM_CFLAGS) \ - $(VISIBILITY_CFLAGS) \ - $(PTHREAD_CFLAGS) \ - $(LIBDRM_CFLAGS) -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/gallium/drivers \ - -I$(top_srcdir)/src/gallium/winsys + $(GALLIUM_VIDEO_CFLAGS) omxdir = $(OMX_LIB_INSTALL_DIR) omx_LTLIBRARIES = libomx_r600.la diff --git a/src/gallium/targets/radeonsi/omx/Makefile.am b/src/gallium/targets/radeonsi/omx/Makefile.am index 859659e0435..2cfc2703c25 100644 --- a/src/gallium/targets/radeonsi/omx/Makefile.am +++ b/src/gallium/targets/radeonsi/omx/Makefile.am @@ -23,13 +23,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ - $(GALLIUM_CFLAGS) \ - $(VISIBILITY_CFLAGS) \ - $(PTHREAD_CFLAGS) \ - $(LIBDRM_CFLAGS) -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/gallium/drivers \ - -I$(top_srcdir)/src/gallium/winsys + $(GALLIUM_VIDEO_CFLAGS) omxdir = $(OMX_LIB_INSTALL_DIR) omx_LTLIBRARIES = libomx_radeonsi.la |