diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-11-19 17:34:25 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-11-19 17:34:25 -0200 |
commit | 9708f8b7d15b24c89f4c5045325b02e12301a398 (patch) | |
tree | d6ae99d76a895b74483142e9589bf0129661454f | |
parent | e7a0eae6ebdafbc70bbf6234bd3d59c3f251efa6 (diff) | |
download | abslibre-9708f8b7d15b24c89f4c5045325b02e12301a398.tar.gz abslibre-9708f8b7d15b24c89f4c5045325b02e12301a398.tar.bz2 abslibre-9708f8b7d15b24c89f4c5045325b02e12301a398.zip |
libav: removing deprecated files
-rw-r--r-- | pcr/libav/avconv-static | 2 | ||||
-rw-r--r-- | pcr/libav/avplay-static | 2 | ||||
-rw-r--r-- | pcr/libav/avprobe-static | 2 | ||||
-rw-r--r-- | pcr/libav/avserver-static | 2 | ||||
-rw-r--r-- | pcr/libav/ffmpeg-libav-static | 2 | ||||
-rw-r--r-- | pcr/libav/qt-faststart-libav-static | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/pcr/libav/avconv-static b/pcr/libav/avconv-static deleted file mode 100644 index 5f632bec0..000000000 --- a/pcr/libav/avconv-static +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/libav-static/lib /opt/libav-static/bin/avconv $* diff --git a/pcr/libav/avplay-static b/pcr/libav/avplay-static deleted file mode 100644 index 8db2da816..000000000 --- a/pcr/libav/avplay-static +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/libav-static/lib /opt/libav-static/bin/avplay $* diff --git a/pcr/libav/avprobe-static b/pcr/libav/avprobe-static deleted file mode 100644 index 44b730287..000000000 --- a/pcr/libav/avprobe-static +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/libav-static/lib /opt/libav-static/bin/avprobe $* diff --git a/pcr/libav/avserver-static b/pcr/libav/avserver-static deleted file mode 100644 index 642d4722c..000000000 --- a/pcr/libav/avserver-static +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/libav-static/lib /opt/libav-static/bin/avserver $* diff --git a/pcr/libav/ffmpeg-libav-static b/pcr/libav/ffmpeg-libav-static deleted file mode 100644 index 3f9ef6d52..000000000 --- a/pcr/libav/ffmpeg-libav-static +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/libav-static/lib /opt/libav-static/bin/ffmpeg $* diff --git a/pcr/libav/qt-faststart-libav-static b/pcr/libav/qt-faststart-libav-static deleted file mode 100644 index 8613091c4..000000000 --- a/pcr/libav/qt-faststart-libav-static +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/libav-static/lib /opt/libav-static/bin/qt-faststart $* |