summaryrefslogtreecommitdiff
path: root/libavcodec/x86/hpeldsp_rnd_template.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-04-23 23:35:14 +0300
committerMartin Storsjö <martin@martin.st>2013-04-25 23:03:09 +0300
commit74685f6783e77f2545d48bd2124945ad5be39982 (patch)
tree824949e4dbd4e68895aaa4bf6c27430a23f2c2c5 /libavcodec/x86/hpeldsp_rnd_template.c
parentc2cb01d418dd18e1cf997c038d37378d773121be (diff)
x86: Rename dsputil_rnd_template.c to rnd_template.c
This makes it less confusing when this template is shared both by dsputil and by hpeldsp. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/x86/hpeldsp_rnd_template.c')
-rw-r--r--libavcodec/x86/hpeldsp_rnd_template.c2
1 files changed, 1 insertions, 1 deletions
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)