From bf58a9a05d12afae0c457993c2b61f33f4f94d59 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 25 Apr 2005 17:35:50 +0000 Subject: Moved conf files --- src/Makefile.am | 1 + src/miav.conf | 22 ---------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 src/miav.conf diff --git a/src/Makefile.am b/src/Makefile.am index 0dc09d4..39ba80a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,7 @@ AM_CXXFLAGS := $(CXXFLAGS) $(EXTRA_CXXFLAGS) -I../include $(QT_CXXFLAGS) \ -DPIXMAPS=\"$(datadir)/pixmaps\" \ + -DETC=\"$(datadir)/miav\" \ -I/usr/include/ffmpeg bin_PROGRAMS = miav diff --git a/src/miav.conf b/src/miav.conf deleted file mode 100644 index aa85797..0000000 --- a/src/miav.conf +++ /dev/null @@ -1,22 +0,0 @@ -# -# The MIaV configuration file -# - -# Cpr Database configuration -cpr_host = "cpr.j.auh.dk" -cpr_port = 10301 -cpr_timeout = 10000 - -# Video source -video_width = 720 -video_height = 576 - -# Size of the screen in inches -screensize = 19.0 -pixel_width = 1024 -pixel_height = 768 - -# How and where to connect to the miav server? -server_addr = "192.168.0.10" -server_port = 30000 - -- cgit v1.2.3