#!/bin/sh

ROOT=/usr/lib64/acestream-engine
LD_LIBRARY_PATH=${ROOT}/lib ${ROOT}/acestreamengine "$@"
