Skip to content

Commit

Permalink
x86: Rename dsputil_rnd_template.c to rnd_template.c
Browse files Browse the repository at this point in the history
This makes it less confusing when this template is shared both by
dsputil and by hpeldsp.

Signed-off-by: Martin Storsjö <[email protected]>
  • Loading branch information
mstorsjo committed Apr 25, 2013
1 parent c2cb01d commit 74685f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libavcodec/x86/dsputil_mmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void ff_put_no_rnd_mpeg4_qpel8_v_lowpass_mmxext(uint8_t *dst, uint8_t *src,
#define PAVGB(a, b, c, e) PAVGB_MMX(a, b, c, e)
#define OP_AVG(a, b, c, e) PAVGB_MMX(a, b, c, e)

#include "dsputil_rnd_template.c"
#include "rnd_template.c"

#undef DEF
#undef SET_RND
Expand Down
2 changes: 1 addition & 1 deletion libavcodec/x86/hpeldsp_rnd_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.

0 comments on commit 74685f6

Please sign in to comment.