remove aac is only required with gcc 4.8.3

Origin commit data
------------------
Branch: master
Commit: 45fda79300
Author: max_10 <max_10@gmx.de>
Date: 2015-01-30 (Fri, 30 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2015-01-30 22:15:23 +01:00
parent 1f651e5487
commit 5cc423dc98
2 changed files with 3 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
#include "pcm.cpp"
#include "vc1.cpp"
#include "wmv.cpp"
#include "aac.cpp"
//#include "aac.cpp"
static std::map<enum AVCodecID,Writer *>writers __attribute__ ((init_priority (200)));
static std::map<enum AVCodecID,video_encoding_t>vencoding __attribute__ ((init_priority (200)));