[MPlayer-cvslog] r26615 - in trunk: Makefile libvo libvo/aspecttest.c
diego
subversion at mplayerhq.hu
Wed Apr 30 16:29:18 CEST 2008
Author: diego
Date: Wed Apr 30 16:29:17 2008
New Revision: 26615
Log:
Add compilation rule for libvo/aspecttest and (hackishly) fix linking.
Modified:
trunk/Makefile
trunk/libvo/ (props changed)
trunk/libvo/aspecttest.c
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Apr 30 16:29:17 2008
@@ -800,6 +800,8 @@ $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI
liba52/test$(EXESUF): liba52/test.c cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o))
+libvo/aspecttest$(EXESUF): libvo/aspecttest.c libvo/aspect.o libvo/geometry.o mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
+
LOADER_TEST_OBJS = $(filter loader/%,$(SRCS_COMMON:.c=.o)) libmpdemux/aviprint.o cpudetect.o mp_msg.o mp_fifo.o osdep/mmap_anon.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): CFLAGS += -g
Modified: trunk/libvo/aspecttest.c
==============================================================================
--- trunk/libvo/aspecttest.c (original)
+++ trunk/libvo/aspecttest.c Wed Apr 30 16:29:17 2008
@@ -11,6 +11,8 @@
#define DEF_ZOOM 1
extern float monitor_aspect;
+int vo_fs;
+float vo_panscan;
int main(int argc, char *argv[]) {
int w,h,z=DEF_ZOOM;
More information about the MPlayer-cvslog
mailing list