Skip to content

Commit

Permalink
Remove OPUS encoder, not supported on embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Apr 16, 2024
1 parent f1f8c0b commit 803b10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libopus/opus_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#if 0
//#ifdef HAVE_CONFIG_H
#include "config.h"
//#endif
Expand Down Expand Up @@ -2781,3 +2781,4 @@ void opus_encoder_destroy(OpusEncoder *st)
{
opus_free(st);
}
#endif

0 comments on commit 803b10e

Please sign in to comment.