EasyDarwin / EasyAACEncoder

开源项目:简单、高效、稳定的开源音频编码库,支持将各种音频数据(G.711A/PCMA、G.711U/PCMU、G726、PCM)转码成AAC(with adts)格式,其中aac编码部分采用的是业界公认的faac库,EasyAACEncoder支持Windows、Linux、ARM等多种平台,能够广泛应用于各种移动终端设备、嵌入式设备和流媒体转码服务器!

Home Page:http://www.easydarwin.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac OS X 编译报错

mejinke opened this issue · comments

commented
EasyAACEncoder git:(master) ✗ ./Buildit x64
"/Applications/Xcode.app/Contents/Developer/usr/bin/make"  -f nbproject/Makefile-x64.mk x64/libEasyAACEncoder.a
mkdir -p build/x64/GNU-Linux
rm -f "build/x64/GNU-Linux/EasyAACEncoder.o.d"
g++    -c -O2 -Iinclude -MMD -MP -MF "build/x64/GNU-Linux/EasyAACEncoder.o.d" -o build/x64/GNU-Linux/EasyAACEncoder.o EasyAACEncoder.cpp
In file included from EasyAACEncoder.cpp:24:
./outDebug.h:17:10: fatal error: 'Windows.h' file not found
#include <Windows.h>
         ^
1 error generated.
make[1]: *** [build/x64/GNU-Linux/EasyAACEncoder.o] Error 1
make: *** [.build-conf] Error 2

只支持windows & Linux