From 74685f6783e77f2545d48bd2124945ad5be39982 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 23 Apr 2013 23:35:14 +0300 Subject: x86: Rename dsputil_rnd_template.c to rnd_template.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes it less confusing when this template is shared both by dsputil and by hpeldsp. Signed-off-by: Martin Storsjö --- libavcodec/x86/hpeldsp_rnd_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/hpeldsp_rnd_template.c') diff --git a/libavcodec/x86/hpeldsp_rnd_template.c b/libavcodec/x86/hpeldsp_rnd_template.c index 78e1449a3e..458311c3e3 100644 --- a/libavcodec/x86/hpeldsp_rnd_template.c +++ b/libavcodec/x86/hpeldsp_rnd_template.c @@ -24,7 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "dsputil_rnd_template.c" +#include "rnd_template.c" // put_pixels static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) -- cgit v1.2.3