|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: package/.../x264/x264.conf |
|
|
# Filename: package/.../x264/x264.conf |
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
# |
|
@ -15,3 +15,5 @@ |
|
|
# we need some persuasion for x264 to build a PIC library |
|
|
# we need some persuasion for x264 to build a PIC library |
|
|
[ $arch = x86-64 ] && var_append confopt ' ' "--extra-cflags=-fPIC \ |
|
|
[ $arch = x86-64 ] && var_append confopt ' ' "--extra-cflags=-fPIC \ |
|
|
--extra-asflags=-D__PIC__" |
|
|
--extra-asflags=-D__PIC__" |
|
|
|
|
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--enable-shared" |