diff options
author | Younes Manton <[email protected]> | 2008-06-30 19:26:22 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2008-06-30 19:26:22 -0400 |
commit | 9833aec6cbd113d24277aa5da8625c1427d831ca (patch) | |
tree | f7ee6ca969ad0d4c8e69efe69f058cbf568cfa36 /src/libXvMC | |
parent | 1c893fd513f5335a81dd72db70d64763634ea856 (diff) |
g3dvl: Use block and stride instead of cpp and pitch.
Diffstat (limited to 'src/libXvMC')
-rw-r--r-- | src/libXvMC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libXvMC/Makefile b/src/libXvMC/Makefile index b2f41e176d4..4985ecd3e9d 100644 --- a/src/libXvMC/Makefile +++ b/src/libXvMC/Makefile @@ -17,7 +17,7 @@ LDFLAGS += -L${GALLIUMDIR}/state_trackers/g3dvl \ -L${GALLIUMDIR}/auxiliary/cso_cache \ -L${GALLIUMDIR}/auxiliary/util \ -L${GALLIUMDIR}/auxiliary/rtasm -LIBS += -lg3dvl -lsoftpipe -ldraw -ltgsi -ltranslate -lrtasm -lcso_cache -lutil +LIBS += -lg3dvl -lsoftpipe -ldraw -ltgsi -ltranslate -lrtasm -lcso_cache -lutil -lm ############################################# |