mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 18:38:11 +02:00
targets/omx: use GALLIUM_VIDEO_CFLAGS
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
ce6c17c083
commit
be1b5feaa0
2 changed files with 2 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue