Message ID | 1549012378-32118-2-git-send-email-martin@martin.st |
---|---|
State | Committed |
Headers | show |
Series |
|
Related | show |
On Fri, Feb 01, 2019 at 11:12:41AM +0200, Martin Storsjö wrote: > From: Carl Eugen Hoyos <ceffmpeg@gmail.com> > > --- > libavcodec/aarch64/vp8dsp.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I suggest squashing this into 01/19. The change is OK, obviously. Diego
diff --git a/libavcodec/aarch64/vp8dsp.h b/libavcodec/aarch64/vp8dsp.h index 8a0c8fb..40d0cae 100644 --- a/libavcodec/aarch64/vp8dsp.h +++ b/libavcodec/aarch64/vp8dsp.h @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef AVCODEC_ARM_VP8DSP_H -#define AVCODEC_ARM_VP8DSP_H +#ifndef AVCODEC_AARCH64_VP8DSP_H +#define AVCODEC_AARCH64_VP8DSP_H #include "libavcodec/vp8dsp.h" @@ -67,4 +67,4 @@ VP8_MC(epel ## w ## _h4v6, opt); \ VP8_MC(epel ## w ## _h6v6, opt) -#endif /* AVCODEC_ARM_VP8DSP_H */ +#endif /* AVCODEC_AARCH64_VP8DSP_H */
From: Carl Eugen Hoyos <ceffmpeg@gmail.com> --- libavcodec/aarch64/vp8dsp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)