Commit graph

6 commits

Author SHA1 Message Date
Kevin Harwell
9309a9243d Merge "build: Remove unused clip variable." 2022-03-31 12:17:45 -05:00
Joshua C. Colp
9f039b4a69 build: Remove unused clip variable.
ASTERISK-29708
patches:
  clang_mp3.patch submitted by Alexander Traud (license 6520)

Change-Id: I7dfb112c5255092843546e752ba31711292c6684
2022-03-29 12:25:44 -03:00
Joshua C. Colp
292540b472 build: Fix warning under modern GCC.
The mpglib library had some fun code to clear
out the remainder of an array. This tripped
up the array bounds check.

This change makes the code just go through the
array until it reaches the end, instead.

ASTERISK-29687
ASTERISK-29712

Change-Id: Ib4f636409fe58d31ead3bd3f958cd74c087b892d
2022-03-29 12:22:17 -03:00
Richard Mudgett
03d86c640c Apply free()/ast_free() wrapper define for MALLOC_DEBUG support.
git-svn-id: http://svn.digium.com/svn/thirdparty/mp3/trunk@202 dd19aba0-a6ef-428c-9d3a-61817a986440
2014-09-26 15:56:47 +00:00
Russell Bryant
4f67a94bfe Import mp3 lib used by format_mp3
git-svn-id: http://svn.digium.com/svn/thirdparty/mp3/trunk@180 dd19aba0-a6ef-428c-9d3a-61817a986440
2010-08-03 18:17:14 +00:00
Russell Bryant
a8ffd35068 Make mp3/trunk
git-svn-id: http://svn.digium.com/svn/thirdparty/mp3/trunk@179 dd19aba0-a6ef-428c-9d3a-61817a986440
2010-08-03 18:15:35 +00:00