config.mk 1.1 KB

12345678910111213141516171819202122232425262728
  1. ## Copyright (c) 2011 The WebM project authors. All Rights Reserved.
  2. ##
  3. ## Use of this source code is governed by a BSD-style license
  4. ## that can be found in the LICENSE file in the root of the source
  5. ## tree. An additional intellectual property rights grant can be found
  6. ## in the file PATENTS. All contributing project authors may
  7. ## be found in the AUTHORS file in the root of the source tree.
  8. # This file automatically generated by configure. Do not edit!
  9. TOOLCHAIN := x86_64-linux-gcc
  10. ALL_TARGETS += libs
  11. ALL_TARGETS += tools
  12. PREFIX=/usr/local
  13. ifeq ($(MAKECMDGOALS),dist)
  14. DIST_DIR?=vpx-vp9dx-nodocs-x86_64-linux-v1.6.1
  15. else
  16. DIST_DIR?=$(DESTDIR)/usr/local
  17. endif
  18. LIBSUBDIR=lib
  19. VERSION_STRING=v1.6.1
  20. VERSION_MAJOR=1
  21. VERSION_MINOR=6
  22. VERSION_PATCH=1
  23. CONFIGURE_ARGS=--target=x86_64-linux-gcc --disable-examples --disable-docs --disable-unit-tests --disable-spatial-resampling --enable-runtime-cpu-detect --disable-vp8 --disable-vp9-encoder
  24. CONFIGURE_ARGS?=--target=x86_64-linux-gcc --disable-examples --disable-docs --disable-unit-tests --disable-spatial-resampling --enable-runtime-cpu-detect --disable-vp8 --disable-vp9-encoder