rafael2k / darkice

DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. This is the official development repository of Darkice.
http://www.darkice.org
198 stars 46 forks source link

error on compiling with aac+ : ‘inSamples’ was not declared in this scope #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the latest using svn
2. install AAC+ libraries and development files
3. run autogen.sh and make

What is the expected output? What do you see instead?
I was hoping this would successfully compile the package, instead see the 
following error:
aacPlusEncoder.cpp:118: error: ‘inSamples’ was not declared in this scope

What version of the product are you using? On what operating system?
latest revision from HEAD - revision 493
on ubuntu 32bit linux 10.10

Please provide any additional information below.
Also still have to make the changes detailed here:
http://code.google.com/p/darkice/issues/detail?id=9

which is marked as fixed? Looks like is still an issue

Original issue reported on code.google.com by kevwa...@gmail.com on 9 Mar 2011 at 5:20

GoogleCodeExporter commented 9 years ago
The following bug enables the package to compile:
http://code.google.com/p/darkice/issues/detail?id=41

This is a duplicate and can be closed

Original comment by kevwa...@gmail.com on 9 Mar 2011 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by rafael2k...@gmail.com on 16 Jan 2012 at 9:03