9 lines
247 B
Bash
9 lines
247 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
export AMDAPPSDKROOT=/opt/amd-app-sdk
|
||
|
export AMDAPPSDKSAMPLESROOT=/opt/amd-app-sdk
|
||
|
export CPPFLAGS="$CPPFLAGS -I$AMDAPPSDKROOT/include"
|
||
|
|
||
|
# For retrocompatibility with the former name of the SDK...
|
||
|
export ATISTREAMSDKROOT=$AMDAPPSDKROOT
|