diff options
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 908fc38a0..0add85ed9 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -73,16 +73,6 @@ actions LibAvUtil strip -S $(<) } LibAvUtil $(SUBDIR)/lib/libavutil.a : $(SUBDIR)/lib/libavcodec.a ; - -rule LibAvFormat -{ - Depends $(<) : $(>) ; - Depends lib : $(<) ; -} -actions LibAvFormat -{ - strip -S $(<) -} LibAvUtil $(SUBDIR)/lib/libavformat.a : $(SUBDIR)/lib/libavcodec.a ; # libdvdcss |