diff options
author | koobs <koobs@FreeBSD.org> | 2014-12-25 06:30:42 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-12-25 06:30:42 +0800 |
commit | 743ce08a39d20f707ef3fc7577a924ab77cb8436 (patch) | |
tree | 0a68b0bf2f29457e7231262d2944f23017670a36 | |
parent | a8683ffb59eea3bc4e06d354f176b08570ecdc5e (diff) | |
download | freebsd-ports-gnome-743ce08a39d20f707ef3fc7577a924ab77cb8436.tar.gz freebsd-ports-gnome-743ce08a39d20f707ef3fc7577a924ab77cb8436.tar.zst freebsd-ports-gnome-743ce08a39d20f707ef3fc7577a924ab77cb8436.zip |
multimedia/libx264: Fix spaces to tab
-rw-r--r-- | multimedia/libx264/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libx264/Makefile b/multimedia/libx264/Makefile index 732f63123e06..1fc69011660f 100644 --- a/multimedia/libx264/Makefile +++ b/multimedia/libx264/Makefile @@ -42,8 +42,8 @@ GCC_DESC= Use current GCC HI10P_DESC= Enable High 10 Profile 10-bit encoding ASM_CONFIGURE_OFF= --disable-asm -DEBUG_CONFIGURE_ON= --enable-debug -GCC_USE= GCC=yes +DEBUG_CONFIGURE_ON= --enable-debug +GCC_USE= GCC=yes HI10P_CONFIGURE_ON= --bit-depth=10 PGO_USE= GCC=yes |