From b1af58a5877b72cdcfdeb1539b802549459bc997 Mon Sep 17 00:00:00 2001 From: GetAway Date: Tue, 18 Jun 2019 18:24:25 +0200 Subject: [PATCH] =?UTF-8?q?ffmpeg:=20fix=20error=20duplicate=20=E2=80=98co?= =?UTF-8?q?nst=E2=80=99=20declaration=20specifier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/b61b2b55c0f13d48d0f103c35946e8423662b489 Author: GetAway Date: 2019-06-18 (Tue, 18 Jun 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/container/buff_ffmpeg.c | 2 +- libeplayer3/container/container_ffmpeg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libeplayer3/container/buff_ffmpeg.c b/libeplayer3/container/buff_ffmpeg.c index 43bc82a..8229380 100644 --- a/libeplayer3/container/buff_ffmpeg.c +++ b/libeplayer3/container/buff_ffmpeg.c @@ -188,7 +188,7 @@ void getfillerMutex(const char *filename __attribute__((unused)), const char *fu ffmpeg_printf(100, "::%d received mutex\n", line); } -void releasefillerMutex(const char *filename __attribute__((unused)), const const char *function __attribute__((unused)), int line __attribute__((unused))) +void releasefillerMutex(const char *filename __attribute__((unused)), const char *function __attribute__((unused)), int line __attribute__((unused))) { pthread_mutex_unlock(&fillermutex); diff --git a/libeplayer3/container/container_ffmpeg.c b/libeplayer3/container/container_ffmpeg.c index 9467513..564a57b 100644 --- a/libeplayer3/container/container_ffmpeg.c +++ b/libeplayer3/container/container_ffmpeg.c @@ -158,7 +158,7 @@ static void getMutex(const char *filename __attribute__((unused)), const char *f ffmpeg_printf(100, "::%d received mutex\n", line); } -static void releaseMutex(const char *filename __attribute__((unused)), const const char *function __attribute__((unused)), int32_t line __attribute__((unused))) +static void releaseMutex(const char *filename __attribute__((unused)), const char *function __attribute__((unused)), int32_t line __attribute__((unused))) { pthread_mutex_unlock(&mutex);