Skip to content

Commit

Permalink
IJKFFMoviePlayer: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
xinzhengzhang committed Nov 4, 2016
1 parent fd76de6 commit 1aea6ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include "string.h"

static const char *kIJKFFRequiredFFmpegVersion = "ff3.2--ijk0.7.0--20161102--001"
static const char *kIJKFFRequiredFFmpegVersion = "ff3.2--ijk0.7.0--20161102--001";

// It means you didn't call shutdown if you found this object leaked.
@interface IJKWeakHolder : NSObject
Expand Down

0 comments on commit 1aea6ad

Please sign in to comment.