Browse Source

* made sure to build xvid with the right option really solve #97.

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21387 10447126-35f2-4685-b0cf-6dd780d3921f
early
Minto van der Sluis 18 years ago
parent
commit
ed96a2fe20
  1. 4
      multimedia/xvid/xvid.conf
  2. 4
      multimedia/xvid/xvid.desc

4
multimedia/xvid/xvid.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../xvid/xvid.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -16,7 +16,7 @@
# the xvidcore assembly is not position independent code
# see: http://trac.opensde.org/ticket/97
#
[ "$SDECFG_X8664_OPT" != "opteron" ] || var_append confopt ' ' "--disable-assembly"
[ "$SDECFG_X8664_OPT" == "opteron" ] || var_append confopt ' ' "--disable-assembly"
hook_add preconf 5 "cd build/generic"

4
multimedia/xvid/xvid.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../xvid/xvid.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
@ -31,6 +31,8 @@
[C] extra/multimedia
[F] FPIC-QUIRK
[L] OpenSource
[S] Beta
[V] 1.1.2

Loading…
Cancel
Save