xbmc: remove not more needed hack

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-06-05 15:37:09 +02:00
parent 8d00c3c9e2
commit 71bd7f87b4

View File

@ -201,9 +201,6 @@ cd $PKG_BUILD
# Clean the generated files
find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \;
# hack: make codec_names.sh executable
chmod +x lib/ffmpeg/libavcodec/codec_names.sh
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--with-arch=$TARGET_ARCH \