# HG changeset patch # User diego # Date 1209564032 0 # Node ID 7a7a294e07e26683883a315e66b542f44601eb9d # Parent d1e4656332cf179775094548868aa315b3a373d5 Remove unused fast_memcpy() function and link against the object that contains fast_memcpy() instead. diff -r d1e4656332cf -r 7a7a294e07e2 Makefile --- a/Makefile Wed Apr 30 13:58:26 2008 +0000 +++ b/Makefile Wed Apr 30 14:00:32 2008 +0000 @@ -929,7 +929,8 @@ TOOLS/bmovl-test$(EXESUF): TOOLS/bmovl-test.c -lSDL_image TOOLS/subrip$(EXESUF): TOOLS/subrip.c vobsub.o spudec.o unrar_exec.o \ - libswscale/libswscale.a libavutil/libavutil.a $(TOOLS_COMMON_LIBS) + libvo/aclib.o libswscale/libswscale.a libavutil/libavutil.a \ + $(TOOLS_COMMON_LIBS) TOOLS/vfw2menc$(EXESUF): TOOLS/vfw2menc.c -lwinmm -lole32 diff -r d1e4656332cf -r 7a7a294e07e2 TOOLS/subrip.c --- a/TOOLS/subrip.c Wed Apr 30 13:58:26 2008 +0000 +++ b/TOOLS/subrip.c Wed Apr 30 14:00:32 2008 +0000 @@ -187,12 +187,6 @@ unlink(tmpfname); } -static void -fast_memcpy(void *a, void *b, int s) -{ //FIXME - memcpy(a, b, s); -} - int main(int argc, char **argv) {