aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvCodec.h
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-05-17 07:27:34 -0400
committerAlexis Ballier <aballier@gentoo.org>2013-05-17 07:27:34 -0400
commit11aac6dd83ee915ee62d785c1814f66d5346752f (patch)
treeaea0ca323dde57030579d3dd70e5a7df5d8ae68a /lib/DllAvCodec.h
parent60f29a0e155121f7dd982d5172869279e36380d4 (diff)
DllAvCodec.h: remove mention of libavcore that is long gone.
Diffstat (limited to 'lib/DllAvCodec.h')
-rw-r--r--lib/DllAvCodec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/DllAvCodec.h b/lib/DllAvCodec.h
index 96bd68d1d6..82b39b5bb5 100644
--- a/lib/DllAvCodec.h
+++ b/lib/DllAvCodec.h
@@ -277,7 +277,6 @@ class DllAvCodec : public DllDynamic, DllAvCodecInterface
/* dependencies of libavcodec */
DllAvUtil m_dllAvUtil;
- // DllAvUtil loaded implicitely by m_dllAvCore
public:
static CCriticalSection m_critSection;