diff options
author | saintdev <[email protected]> | 2007-08-28 20:45:34 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2007-08-28 20:45:34 +0000 |
commit | dd7450318b4abdcbda12ec7b2c52e9f51a96f4a9 (patch) | |
tree | 976f5e3bb36bb08f66863103ca22801f8f9945ac | |
parent | 650196147857750acea0ffff9f0e2849044c631f (diff) |
Not sure how I commented these out, but they shouldn't be.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@888 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | contrib/Jamfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index f8b4fcad6..5bd760ab9 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -80,8 +80,8 @@ actions LibAvUtil { strip -S $(<) } -#LibAvUtil $(SUBDIR)/lib/libavutil.a : $(SUBDIR)/lib/libavcodec.a ; -#LibAvUtil $(SUBDIR)/lib/libavformat.a : $(SUBDIR)/lib/libavcodec.a ; +LibAvUtil $(SUBDIR)/lib/libavutil.a : $(SUBDIR)/lib/libavcodec.a ; +LibAvUtil $(SUBDIR)/lib/libavformat.a : $(SUBDIR)/lib/libavcodec.a ; LibAvUtil $(SUBDIR)/lib/libswscale.a : $(SUBDIR)/lib/libavcodec.a ; # CSS doesn't work on Cygwin/Windows as of now, so don't use it. |