浏览代码

omx: fix some minor configure.ac issues

Matt Turner noted the incorrect order, but I somehow forgotten to
change it before pushing upstream. The other one is a typo during rebase.

Signed-off-by: Christian König <christian.koenig@amd.com>
tags/mesa-10.2-rc1
Christian König 11 年前
父节点
当前提交
79aa29d45e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      configure.ac

+ 2
- 2
configure.ac 查看文件

@@ -1707,7 +1707,7 @@ gallium_check_st() {
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS $5"
fi
if test "x$enable_omx" = xyes && test "x$6" != x; then
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS $7"
GALLIUM_TARGET_DIRS="$GALLIUM_TARGET_DIRS $6"
fi
}

@@ -2028,8 +2028,8 @@ AC_CONFIG_FILES([Makefile
src/gallium/state_trackers/egl/Makefile
src/gallium/state_trackers/gbm/Makefile
src/gallium/state_trackers/glx/xlib/Makefile
src/gallium/state_trackers/osmesa/Makefile
src/gallium/state_trackers/omx/Makefile
src/gallium/state_trackers/osmesa/Makefile
src/gallium/state_trackers/vdpau/Makefile
src/gallium/state_trackers/vega/Makefile
src/gallium/state_trackers/xa/Makefile

正在加载...
取消
保存