|
Lines 463-469
Link Here
|
| 463 |
|
463 |
|
| 464 |
# Real binary codec support only available on x86, amd64 |
464 |
# Real binary codec support only available on x86, amd64 |
| 465 |
if use real; then |
465 |
if use real; then |
| 466 |
use x86 && myconf+=" --codecsdir=/opt/RealPlayer/codecs" |
466 |
use x86 && myconf+=" --codecsdir=/usr/$(get_libdir)/win32" |
| 467 |
use amd64 && myconf+=" --codecsdir=/usr/$(get_libdir)/codecs" |
467 |
use amd64 && myconf+=" --codecsdir=/usr/$(get_libdir)/codecs" |
| 468 |
elif ! use bindist; then |
468 |
elif ! use bindist; then |
| 469 |
myconf+=" $(use_enable win32codecs win32dll)" |
469 |
myconf+=" $(use_enable win32codecs win32dll)" |