Browse Source

Rename LIB to LIBNAME for consistency.

Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
2f3cbef06e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libswscale/Makefile

+ 2
- 2
libswscale/Makefile View File

@@ -21,9 +21,9 @@ HEADERS = swscale.h rgb2rgb.h

include ../common.mak

cs_test: cs_test.o $(LIB)
cs_test: cs_test.o $(LIBNAME)

swscale-example: swscale-example.o $(LIB)
swscale-example: swscale-example.o $(LIBNAME)
swscale-example: EXTRALIBS += -lm

clean::


Loading…
Cancel
Save