Skip to content

Commit

Permalink
Remove stupid testing hack - re-enable JPEG viewing. Thanks Bradd!
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mythtv.org/svn/trunk@27274 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
NigelPearson committed Nov 18, 2010
1 parent 83d16af commit 30b423e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSX/build/osx-packager.pl
Expand Up @@ -1138,7 +1138,7 @@ END
mkdir("$finalTarget/Contents/MacOS/imageformats");
foreach my $plugin ( 'libqgif.dylib', 'libqjpeg.dylib' )
{
my $pluginSrc = "$PREFIX/plugins.bad/imageformats/$plugin";
my $pluginSrc = "$PREFIX/plugins/imageformats/$plugin";
if ( -e $pluginSrc )
{
&Syscall([ 'cp', $pluginSrc,
Expand Down

0 comments on commit 30b423e

Please sign in to comment.