diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-24 17:09:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-24 17:09:36 +0100 |
| commit | 6aa2c3ce4ca022c45ae22a48c9c5151d437c6e73 (patch) | |
| tree | 55c60879b9d1e0b79d4766502d629d8aed742b75 | |
| parent | dd1de79be1ab22b5f75881a60925eb05b55525a8 (diff) | |
Add libjpeg to install.
| -rw-r--r-- | windows/installer.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/installer.nsi.in b/windows/installer.nsi.in index 980cc379e..d0dd508e7 100644 --- a/windows/installer.nsi.in +++ b/windows/installer.nsi.in @@ -71,6 +71,7 @@ File "bin/postproc-52.dll" File "bin/swresample-0.dll" File "bin/swscale-2.dll" File "bin/zlib1.dll" +File "bin/libjpeg-8.dll" CreateDirectory "$INSTDIR\etc\gtk-2.0" SetOutPath "$INSTDIR\etc\gtk-2.0" |
