Mercurial > mplayer.hg
changeset 21104:b437b582250d
Remove superfluous empty variable declaration.
author | diego |
---|---|
date | Tue, 21 Nov 2006 11:25:44 +0000 |
parents | a6fcc086fb67 |
children | 1853a7b379e3 |
files | libaf/Makefile libmpcodecs/Makefile libmpdemux/Makefile libvo/Makefile |
diffstat | 4 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/Makefile Tue Nov 21 11:21:09 2006 +0000 +++ b/libaf/Makefile Tue Nov 21 11:25:44 2006 +0000 @@ -29,7 +29,6 @@ window.c \ $(AF_SRCS) \ -LIBAV_INC = ifeq ($(CONFIG_LIBAVUTIL),yes) LIBAV_INC += -I../libavutil endif
--- a/libmpcodecs/Makefile Tue Nov 21 11:21:09 2006 +0000 +++ b/libmpcodecs/Makefile Tue Nov 21 11:25:44 2006 +0000 @@ -267,7 +267,6 @@ ENCODER_SRCS += ae_lame.c endif -LIBAV_INC = ifeq ($(CONFIG_LIBAVUTIL),yes) LIBAV_INC += -I../libavutil endif