a52dec: rm old HandBrake patches

Patches no longer used in HandBrake upstream
This commit is contained in:
Anton-Latukha
2018-05-10 11:29:04 +03:00
parent f154aa32fc
commit 104c019ade
5 changed files with 1 additions and 646 deletions
@@ -2,20 +2,12 @@
stdenv.mkDerivation rec {
name = "a52dec-0.7.4p4";
src = fetchurl {
url = "${meta.homepage}/files/a52dec-0.7.4.tar.gz";
sha256 = "0czccp4fcpf2ykp16xcrzdfmnircz1ynhls334q374xknd5747d2";
};
# From Handbrake
patches = [
./A00-a52-state-t-public.patch
./A01-thread-safe.patch
./A02-imdct-shutup.patch
./A03-automake.patch
];
meta = {
description = "ATSC A/52 stream decoder";
homepage = http://liba52.sourceforge.net/;