Mercurial > mplayer.hg
changeset 37149:a9ceb566a008
configure: add CONFIG_STARTCODE to prevent build failure
| author | michael |
|---|---|
| date | Tue, 05 Aug 2014 11:12:59 +0000 |
| parents | 35d14ce532bc |
| children | 67efc9d84be2 |
| files | configure |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jul 29 19:45:19 2014 +0000 +++ b/configure Tue Aug 05 11:12:59 2014 +0000 @@ -8700,6 +8700,7 @@ CONFIG_RIFFENC = yes CONFIG_RTPENC_CHAIN = yes CONFIG_SINEWIN = yes +CONFIG_STARTCODE = yes CONFIG_VIDEODSP = yes CONFIG_VP3DSP = yes @@ -9330,6 +9331,7 @@ #define CONFIG_RDFT 1 #define CONFIG_RIFFDEC 1 #define CONFIG_RIFFENC 1 +#define CONFIG_STARTCODE 1 #define CONFIG_VIDEODSP 1 /* Use these registers in FFmpeg x86 inline asm. No proper detection yet. */
