diff --git a/Makefile.am b/Makefile.am index fe6b867..3ff9ce1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -210,7 +210,6 @@ SBRDEC_SRC = \ libSBRdec/src/psdec_drm.cpp \ libSBRdec/src/psdecrom_drm.cpp \ libSBRdec/src/pvc_dec.cpp \ - libSBRdec/src/sbr_crc.cpp \ libSBRdec/src/sbr_deb.cpp \ libSBRdec/src/sbr_dec.cpp \ libSBRdec/src/sbr_ram.cpp \ diff --git a/Makefile.vc b/Makefile.vc index a90b530..3aae85b 100644 --- a/Makefile.vc +++ b/Makefile.vc @@ -194,7 +194,6 @@ SBRDEC_SRC = \ libSBRdec/src/psdec_drm.cpp \ libSBRdec/src/psdecrom_drm.cpp \ libSBRdec/src/pvc_dec.cpp \ - libSBRdec/src/sbr_crc.cpp \ libSBRdec/src/sbr_deb.cpp \ libSBRdec/src/sbr_dec.cpp \ libSBRdec/src/sbr_ram.cpp \