[FFmpeg-cvslog] Merge commit '72a19f4013ec2c7f8581416f8ad4bf81df163fb6'
James Almer
git at videolan.org
Fri Mar 31 20:44:15 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Mar 31 14:43:37 2017 -0300| [5694427dc384cb6f35fc84d87615854d53c2de3a] | committer: James Almer
Merge commit '72a19f4013ec2c7f8581416f8ad4bf81df163fb6'
* commit '72a19f4013ec2c7f8581416f8ad4bf81df163fb6':
mpegaudiodsp: aarch64: Adjust function prototype after 2caa93b813adc5dbb7771dfe615da826a2947d18
Merged-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5694427dc384cb6f35fc84d87615854d53c2de3a
---
libavcodec/aarch64/mpegaudiodsp_init.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/aarch64/mpegaudiodsp_init.c b/libavcodec/aarch64/mpegaudiodsp_init.c
index e50e8da..5d966af 100644
--- a/libavcodec/aarch64/mpegaudiodsp_init.c
+++ b/libavcodec/aarch64/mpegaudiodsp_init.c
@@ -16,6 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <stddef.h>
#include <stdint.h>
#include "libavutil/attributes.h"
======================================================================
More information about the ffmpeg-cvslog
mailing list