Skip to content

Commit

Permalink
More MISSING_DECLS buildfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Sep 6, 2015
1 parent 785eb2f commit c2c49da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cores/ffmpeg_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ extern "C" {
#include <queues/fifo_buffer.h>

#ifdef RARCH_INTERNAL
#include "internal_cores.h"
#include "../libretro.h"
#define CORE_PREFIX(s) libretro_ffmpeg_##s
#else
Expand Down
2 changes: 1 addition & 1 deletion libretro-common/formats/png/rpng_fbio.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static bool png_parse_ihdr_fio(FILE **fd,
return true;
}

bool rpng_load_image_argb_iterate(FILE **fd, rpng_t *rpng)
static bool rpng_load_image_argb_iterate(FILE **fd, rpng_t *rpng)
{
struct png_chunk chunk = {0};
FILE *file = *fd;
Expand Down

0 comments on commit c2c49da

Please sign in to comment.