[mythtv] [patch] Fix CVS link issues

J. Donavan Stanley jdonavan at gorpe.com
Thu Jan 1 12:30:52 EST 2004


I'm sure Issac will update CVS again later but this small patch should 
get you through till then,

-------------- next part --------------
Index: settings.pro
===================================================================
RCS file: /var/lib/mythcvs/mythtv/settings.pro,v
retrieving revision 1.43
diff -u -r1.43 settings.pro
--- settings.pro	1 Jan 2004 03:38:34 -0000	1.43
+++ settings.pro	1 Jan 2004 14:28:38 -0000
@@ -8,6 +8,8 @@
 INCLUDEPATH += $${PREFIX}/include
 INCLUDEPATH *= /usr/local/include
 
+LIBPATH += $${PREFIX}/lib
+
 DEFINES += _GNU_SOURCE
 DEFINES += _FILE_OFFSET_BITS=64
 DEFINES += PREFIX=\"$${PREFIX}\"

Index: setup/setup.pro
===================================================================
RCS file: /var/lib/mythcvs/mythtv/setup/setup.pro,v
retrieving revision 1.13
diff -u -r1.13 setup.pro
--- setup/setup.pro	1 Jan 2004 03:38:47 -0000	1.13
+++ setup/setup.pro	1 Jan 2004 14:28:52 -0000
@@ -12,7 +12,7 @@
 
 include ( ../settings.pro )
 
-LIBS += -lmythtv-$$LIBVERSION -lmyth-$$LIBVERSION $$EXTRA_LIBS
+LIBS += -lmythtv-$$LIBVERSION -lmyth-$$LIBVERSION $$EXTRA_LIBS -lmythavcodec-$$LIBVERSION -lmythavformat-$$LIBVERSION
 
 DEPENDPATH += ../../libs/libmythtv ../../libs/libmyth ../../libs/libavcodec
 DEPENDPATH += ../../libs/libavformat


More information about the mythtv-dev mailing list