Remove libdirac decoder.

libschroedinger is the preferred way to decode Dirac video.
This commit is contained in:
Diego Biurrun
2012-04-14 14:54:03 +02:00
parent 8336eb6f85
commit a229d6c285
7 changed files with 3 additions and 266 deletions
-1
View File
@@ -375,7 +375,6 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */
REGISTER_DECODER (LIBDIRAC, libdirac);
REGISTER_ENCODER (LIBFAAC, libfaac);
REGISTER_ENCDEC (LIBGSM, libgsm);
REGISTER_ENCDEC (LIBGSM_MS, libgsm_ms);