freebsd-ports/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro
Greg Larkin 72a932922f - Clarified the requirement for Qt with OpenGL support to avoid
compilation problems
- Fixed backwards configure flag handling with WITH_OPENGL option
- Split some multi-file patches
- Regenerated patches with "make makepatch"
- Added patches to avoid compilation problems with installed ffmpeg port [1]
- Bumped PORTREVISION

Reported by:	Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no> [1]
Submitted by:	Bernhard Frohlich <decke at bluelife dot at> [1]
2009-04-25 01:17:56 +00:00

10 lines
514 B
INI

--- ./programs/mythtranscode/mythtranscode.pro.orig 2007-02-24 12:44:00.000000000 -0500
+++ ./programs/mythtranscode/mythtranscode.pro 2009-04-22 21:05:21.000000000 -0400
@@ -20,3 +20,7 @@
INCLUDEPATH += replex
INCLUDEPATH += ../../libs/libavcodec ../../libs/libavformat \
../../libs/libavutil ../../libs/libmythmpeg2
+
+QMAKE_CXXFLAGS = -I../../libs/libavcodec -I../../libs/libavformat \
+ -I../../libs/libavutil -I../../libs/libmythmpeg2 \
+ $${QMAKE_CXXFLAGS}