diff options
author | Matt Turner <[email protected]> | 2012-09-04 21:08:19 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:09 +0100 |
commit | 69089ef5b0b7ecd33e3126401472b0f64cf91a5b (patch) | |
tree | f71c72233e5a3edeeae059b847db5c2e78a83c37 /src/gallium/targets | |
parent | 405a9dabe2124e7ec89389d08ca37dd240a82b47 (diff) |
Remove xvmc hack
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/Makefile.xvmc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/Makefile.xvmc b/src/gallium/targets/Makefile.xvmc index 0a0ac1b2621..8ae7e9a9ef7 100644 --- a/src/gallium/targets/Makefile.xvmc +++ b/src/gallium/targets/Makefile.xvmc @@ -25,8 +25,6 @@ else endif endif -# XXX: Hack, XvMC public funcs aren't exported if we link to libxvmctracker.a :( -C_SOURCES += $(wildcard $(TOP)/src/gallium/state_trackers/xvmc/*.c) OBJECTS = $(C_SOURCES:.c=.o) \ $(ASM_SOURCES:.S=.o) |