mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
targets/xvmc: use drop duplicated compiler flags
Automake.inc already has GALLIUM_VIDEO_CFLAGS, which provide the essential compiler flags needed. Note: this commit adds VISIBILITY_CFLAGS to nouveau. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
f7ac1d5989
commit
5d7d120af1
2 changed files with 2 additions and 13 deletions
|
|
@ -23,13 +23,7 @@
|
|||
include $(top_srcdir)/src/gallium/Automake.inc
|
||||
|
||||
AM_CFLAGS = \
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(PTHREAD_CFLAGS) \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(VISIBILITY_CFLAGS)
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/gallium/drivers \
|
||||
-I$(top_srcdir)/src/gallium/winsys
|
||||
$(GALLIUM_VIDEO_CFLAGS)
|
||||
|
||||
xvmcdir = $(XVMC_LIB_INSTALL_DIR)
|
||||
xvmc_LTLIBRARIES = libXvMCr600.la
|
||||
|
|
|
|||
|
|
@ -23,12 +23,7 @@
|
|||
include $(top_srcdir)/src/gallium/Automake.inc
|
||||
|
||||
AM_CFLAGS = \
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(PTHREAD_CFLAGS) \
|
||||
$(LIBDRM_CFLAGS)
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/gallium/drivers \
|
||||
-I$(top_srcdir)/src/gallium/winsys
|
||||
$(GALLIUM_VIDEO_CFLAGS)
|
||||
|
||||
xvmcdir = $(XVMC_LIB_INSTALL_DIR)
|
||||
xvmc_LTLIBRARIES = libXvMCnouveau.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue