milahu / qaac-unix

QuickTime AAC encoder, ported to Unix [not working]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qaac-unix

QuickTime AAC encoder, ported to Unix

status

not working

build

see build.sh

todo

use dll files on unix

possible solution: loadlibrary

$ ./build.sh
+ make
[  0%] Building CXX object CMakeFiles/qaac.dir/main.cpp.o
[  1%] Linking CXX executable bin/qaac
ld: CMakeFiles/qaac.dir/main.cpp.o: in function `AudioCodecX::getAvailableOutputSampleRates()':
AudioCodecX.h:58: undefined reference to `AudioCodecGetPropertyInfo'

$ grep AudioCodecGetPropertyInfo *.dll
grep: CoreAudioToolbox.dll: binary file matches

About

QuickTime AAC encoder, ported to Unix [not working]

License:Other


Languages

Language:C++ 68.8%Language:C 30.2%Language:CMake 0.4%Language:Python 0.4%Language:Nix 0.1%Language:Makefile 0.1%Language:Shell 0.0%