diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-13 20:54:52 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-04-13 20:54:52 +0000 |
commit | c35c0acbe6ba2a0ece057d9f2588277f9b6f19aa (patch) | |
tree | fd2e0ae5da851b0a262a0e4c77ead0cc63216f18 /sys | |
parent | 92bb41c8f8ec1ac0ab1fb44104b8201142c100b4 (diff) | |
download | gst-plugins-bad-c35c0acbe6ba2a0ece057d9f2588277f9b6f19aa.tar.gz gst-plugins-bad-c35c0acbe6ba2a0ece057d9f2588277f9b6f19aa.tar.bz2 gst-plugins-bad-c35c0acbe6ba2a0ece057d9f2588277f9b6f19aa.zip |
ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.
Original commit message from CVS:
* ext/dirac/gstdiracenc.cc:
Fix compilation by casting string constants.
* sys/Makefile.am:
Fix WININET_DIR variable reference.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index 95ba8739..aa77cd6e 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -52,7 +52,7 @@ else WININET_DIR= endif -SUBDIRS = $(DVB_DIR) $(FBDEV_DIR) $(OSS4_DIR) $(QT_DIR) $(VCD_DIR) $(WININET) +SUBDIRS = $(DVB_DIR) $(FBDEV_DIR) $(OSS4_DIR) $(QT_DIR) $(VCD_DIR) $(WININET_DIR) DIST_SUBDIRS = dvb fbdev dshowdecwrapper dshowsrcwrapper oss4 qtwrapper vcd wininet |