Commit 7dcb5b1c authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Drop explicit CFLAGS override.

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent c694fd48
......@@ -28,7 +28,6 @@ libva_la_LTLIBRARIES = libva.la
libva_ladir = $(libdir)
libva_la_LDFLAGS = -version-number 0:30:4 -no-undefined
libva_la_LIBADD = $(LIBVA_LIBS) -ldl -lX11 -lXext x11/libva_x11.la -ldrm -lXfixes
CFLAGS = -ansi -O2
nodist_libva_la_SOURCES = va_version.h
BUILT_SOURCES = va_version.h
......
......@@ -26,6 +26,5 @@ libva_x11includedir = ${includedir}/va
libva_x11include_HEADERS = va_x11.h va_dri.h va_dri2.h va_dricommon.h
libva_x11_la_SOURCES = va_x11.c va_dri.c va_dri2.c va_dricommon.c dri2_util.c dri1_util.c
CFLAGS = -ansi -O2
EXTRA_DIST = va_dristr.h va_dri2str.h va_dri2tokens.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment